ContactsContract.Directory.ExportSupportAnyAccount フィールド

定義

注意事項

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

#EXPORT_SUPPORTディレクトリが任意の連絡先アカウントにデータをコピーすることを許可することを示す設定。

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

フィールド値

Value = 2
属性

注釈

#EXPORT_SUPPORTディレクトリが任意の連絡先アカウントにデータをコピーすることを許可することを示す設定。

android.provider.ContactsContract.Directory.EXPORT_SUPPORT_ANY_ACCOUNTJava ドキュメント。

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

適用対象