Sprache

ShortcutManager.FlagMatchDynamic Feld

Definition

Achtung

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

Fügen Sie dynamische Tastenkombinationen in das Ergebnis ein.

[Android.Runtime.Register("FLAG_MATCH_DYNAMIC", 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 FlagMatchDynamic = 2;
[<Android.Runtime.Register("FLAG_MATCH_DYNAMIC", 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 FlagMatchDynamic : Android.Content.PM.ShortcutManagerMatchFlags

Feldwert

Value = 2
Attribute

Hinweise

Fügen Sie dynamische Tastenkombinationen in das Ergebnis ein.

Java Dokumentation für android.content.pm.ShortcutManager.FLAG_MATCH_DYNAMIC.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: