ContactsContract.Directory.ExportSupport Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.