Share via


ContactsContract.QuickContact.ExtraMode Field

Definition

Extra used to specify size of QuickContacts.

[Android.Runtime.Register("EXTRA_MODE", ApiSince=23)]
public const string ExtraMode;
[<Android.Runtime.Register("EXTRA_MODE", ApiSince=23)>]
val mutable ExtraMode : string

Field Value

Attributes

Remarks

Extra used to specify size of QuickContacts. Not all implementations of QuickContacts will respect this extra's value.

One of #MODE_SMALL, #MODE_MEDIUM, or #MODE_LARGE.

Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_MODE.

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