ContactsContract.Intents.Insert.ExtraDataSet 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.
Used to specify the data set within the account in which to create the new contact.
[Android.Runtime.Register("EXTRA_DATA_SET", ApiSince=23)]
public const string ExtraDataSet;
[<Android.Runtime.Register("EXTRA_DATA_SET", ApiSince=23)>]
val mutable ExtraDataSet : string
Field Value
- Attributes
Remarks
Used to specify the data set within the account in which to create the new contact. This value is optional - if it is not specified, the contact will be created in the base account, with no data set. Type: String
Android reference for android.provider.ContactsContract.Intents.Insert.EXTRA_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.