Share via


ContactsContract.Directory.ShortcutSupport Field

Definition

One of #SHORTCUT_SUPPORT_NONE, #SHORTCUT_SUPPORT_DATA_ITEMS_ONLY, #SHORTCUT_SUPPORT_FULL.

[Android.Runtime.Register("SHORTCUT_SUPPORT")]
public const string ShortcutSupport;
[<Android.Runtime.Register("SHORTCUT_SUPPORT")>]
val mutable ShortcutSupport : string

Field Value

Attributes

Remarks

One of #SHORTCUT_SUPPORT_NONE, #SHORTCUT_SUPPORT_DATA_ITEMS_ONLY, #SHORTCUT_SUPPORT_FULL. This is the expectation the directory has for shortcuts created for its elements. Clients must obey this setting.

Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT.

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