Notification.Action.SemanticActionMute Feld

Definition

Achtung

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

SemanticAction: Schalten Sie den inhalt stumm, der der Benachrichtigung zugeordnet ist.

[Android.Runtime.Register("SEMANTIC_ACTION_MUTE", 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 SemanticActionMute = 6;
[<Android.Runtime.Register("SEMANTIC_ACTION_MUTE", 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 SemanticActionMute : Android.App.SemanticAction

Feldwert

Value = 6

Implementiert

Attribute

Hinweise

SemanticAction: Schalten Sie den inhalt stumm, der der Benachrichtigung zugeordnet ist. Dies könnte bedeuten, eine Unterhaltung zu silencieren oder derzeit Medien wiedergibt.

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

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: