Sprache

Notification.Action.EmphasisSecondary Feld

Definition

Achtung

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

Die visuelle Hervorhebung der Aktion kann darauf hinweisen, dass diese Aktion weniger wichtig ist als andere.

[Android.Runtime.Register("EMPHASIS_SECONDARY", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ActionEmphasis enum directly instead of this field.", true)]
public const Android.App.ActionEmphasis EmphasisSecondary = 2;
[<Android.Runtime.Register("EMPHASIS_SECONDARY", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ActionEmphasis enum directly instead of this field.", true)>]
val mutable EmphasisSecondary : Android.App.ActionEmphasis

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Die visuelle Hervorhebung der Aktion kann darauf hinweisen, dass diese Aktion weniger wichtig ist als andere.

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

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: