Sprache

Notification.Action.SemanticActionPause Feld

Definition

Achtung

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

SemanticAction: Anhalten des inhalts, der der Benachrichtigung zugeordnet ist.

[Android.Runtime.Register("SEMANTIC_ACTION_PAUSE", ApiSince=37)]
[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 SemanticActionPause = 14;
[<Android.Runtime.Register("SEMANTIC_ACTION_PAUSE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.", true)>]
val mutable SemanticActionPause : Android.App.SemanticAction

Feldwert

Value = 14

Implementiert

Attribute

Hinweise

SemanticAction: Anhalten des inhalts, der der Benachrichtigung zugeordnet ist. Dies kann bedeuten, die Medienwiedergabe anzuhalten, einen laufenden Timer anzuhalten usw.

Android-Referenz für android.app.Notification.Action.SEMANTIC_ACTION_PAUSE.

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: