ContactsContract.Directory.ShortcutSupportDataItemsOnly フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Provider.ShortcutSupport enum directly instead of this field.

#SHORTCUT_SUPPORTディレクトリでメール、電話、住所などのデータ項目のショートカットを作成できるが、連絡先全体のショートカットは作成できないという設定。

[Android.Runtime.Register("SHORTCUT_SUPPORT_DATA_ITEMS_ONLY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ShortcutSupport enum directly instead of this field.", true)]
public const Android.Provider.ShortcutSupport ShortcutSupportDataItemsOnly = 1;
[<Android.Runtime.Register("SHORTCUT_SUPPORT_DATA_ITEMS_ONLY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.ShortcutSupport enum directly instead of this field.", true)>]
val mutable ShortcutSupportDataItemsOnly : Android.Provider.ShortcutSupport

フィールド値

Value = 1
属性

注釈

#SHORTCUT_SUPPORTディレクトリでメール、電話、住所などのデータ項目のショートカットを作成できるが、連絡先全体のショートカットは作成できないという設定。

android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT_DATA_ITEMS_ONLYJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象