ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.AccountTypeAndDataSet 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.
A concatenation of the account type and data set (delimited by a forward slash) - if the data set is empty, this will be the same as the account type.
[Android.Runtime.Register("ACCOUNT_TYPE_AND_DATA_SET")]
public const string AccountTypeAndDataSet;
[<Android.Runtime.Register("ACCOUNT_TYPE_AND_DATA_SET")>]
val mutable AccountTypeAndDataSet : string
Field Value
- Attributes
Remarks
A concatenation of the account type and data set (delimited by a forward slash) - if the data set is empty, this will be the same as the account type. For applications that need to be aware of the data set, this can be used instead of account type to distinguish sets of data. This is never intended to be used for specifying accounts.
This column does *not* escape forward slashes in the account type or the data set. If this is an issue, consider using ContactsContract.RawContacts#ACCOUNT_TYPE
and ContactsContract.RawContacts#DATA_SET
directly.
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.