ContactsContract.Directory.ExportSupport Field

Definition

One of #EXPORT_SUPPORT_NONE, #EXPORT_SUPPORT_ANY_ACCOUNT, #EXPORT_SUPPORT_SAME_ACCOUNT_ONLY.

[Android.Runtime.Register("EXPORT_SUPPORT")]
public const string ExportSupport;
[<Android.Runtime.Register("EXPORT_SUPPORT")>]
val mutable ExportSupport : string

Field Value

Attributes

Remarks

One of #EXPORT_SUPPORT_NONE, #EXPORT_SUPPORT_ANY_ACCOUNT, #EXPORT_SUPPORT_SAME_ACCOUNT_ONLY. This is the expectation the directory has for data exported from it. Clients must obey this setting.

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

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