ContactsContract.CommonDataKinds.Phone.InterfaceConsts.DataSet 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.
The data set within the account that this row belongs to.
[Android.Runtime.Register("DATA_SET")]
public const string DataSet;
[<Android.Runtime.Register("DATA_SET")>]
val mutable DataSet : string
Field Value
- Attributes
Remarks
The data set within the account that this row belongs to. This allows multiple sync adapters for the same account type to distinguish between each others' data.
This is empty by default, and is completely optional. It only needs to be populated if multiple sync adapters are entering distinct data for the same account type and account name.
Type: TEXT
Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET
.
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.