Notification.Action.SemanticActionNone Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.
Keine semantische Aktion definiert.
[Android.Runtime.Register("SEMANTIC_ACTION_NONE", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.", true)]
public const Android.App.SemanticAction SemanticActionNone = 0;
[<Android.Runtime.Register("SEMANTIC_ACTION_NONE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.", true)>]
val mutable SemanticActionNone : Android.App.SemanticAction
Feldwert
Value = 0Implementiert
- Attribute
Hinweise
Keine semantische Aktion definiert.
Java Dokumentation für android.app.Notification.Action.SEMANTIC_ACTION_NONE.
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.