次の方法で共有


ContactsContract.Directory.PhotoSupportThumbnailOnly フィールド

定義

注意事項

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

#PHOTO_SUPPORTディレクトリが連絡先の写真の小さいサイズのサムネイルのみを生成できることを示す設定。

[Android.Runtime.Register("PHOTO_SUPPORT_THUMBNAIL_ONLY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.PhotoSupport enum directly instead of this field.", true)]
public const Android.Provider.PhotoSupport PhotoSupportThumbnailOnly = 1;
[<Android.Runtime.Register("PHOTO_SUPPORT_THUMBNAIL_ONLY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.PhotoSupport enum directly instead of this field.", true)>]
val mutable PhotoSupportThumbnailOnly : Android.Provider.PhotoSupport

フィールド値

Value = 1
属性

注釈

#PHOTO_SUPPORTディレクトリが連絡先の写真の小さいサイズのサムネイルのみを生成できることを示す設定。

の Java ドキュメント android.provider.ContactsContract.Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY

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

適用対象