次の方法で共有


ShortcutManager.FlagMatchCached フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.PM.ShortcutManagerMatchFlags enum directly instead of this field.

結果にキャッシュされたショートカットを含めます。

[Android.Runtime.Register("FLAG_MATCH_CACHED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ShortcutManagerMatchFlags enum directly instead of this field.", true)]
public const Android.Content.PM.ShortcutManagerMatchFlags FlagMatchCached = 8;
[<Android.Runtime.Register("FLAG_MATCH_CACHED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ShortcutManagerMatchFlags enum directly instead of this field.", true)>]
val mutable FlagMatchCached : Android.Content.PM.ShortcutManagerMatchFlags

フィールド値

Value = 8
属性

注釈

結果にキャッシュされたショートカットを含めます。

android.content.pm.ShortcutManager.FLAG_MATCH_CACHEDJava ドキュメント。

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

適用対象