Share via


ContactsContract.Directory.ExportSupportAnyAccount Field

Definition

Caution

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

An #EXPORT_SUPPORT setting that indicates that the directory allow its data copied to any contacts account.

[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

Field Value

Value = 2
Attributes

Remarks

An #EXPORT_SUPPORT setting that indicates that the directory allow its data copied to any contacts account.

Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_ANY_ACCOUNT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to