Language

ContactsPickerSessionContract.Session.ContentType Field

Definition

The MIME type for a directory of contact data items within a specific session.

[Android.Runtime.Register("CONTENT_TYPE", ApiSince=37)]
public const string ContentType;
[<Android.Runtime.Register("CONTENT_TYPE", ApiSince=37)>]
val mutable ContentType : string

Field Value

Attributes

Remarks

The MIME type for a directory of contact data items within a specific session. A session URI, whether for a single session (e.g., CONTENT_URI/<session_id>) or for the base URI, will have this MIME type.

Android reference for android.provider.ContactsPickerSessionContract.Session.CONTENT_TYPE.

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