Intent.ChooserContentTypeAlbum フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.IntentChooserContentType enum directly instead of this field.

#ACTION_SENDと共有されているコンテンツがアルバムを表すことを示します (例:

[Android.Runtime.Register("CHOOSER_CONTENT_TYPE_ALBUM", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.IntentChooserContentType enum directly instead of this field.", true)]
public const Android.Content.IntentChooserContentType ChooserContentTypeAlbum = 1;
[<Android.Runtime.Register("CHOOSER_CONTENT_TYPE_ALBUM", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.IntentChooserContentType enum directly instead of this field.", true)>]
val mutable ChooserContentTypeAlbum : Android.Content.IntentChooserContentType

フィールド値

Value = 1

実装

属性

注釈

#ACTION_SENDと共有されているコンテンツがアルバム (写真を含むなど) を表すことを示します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象