ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.DataSet Field

Definition

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.

Applies to