Sprache

Notification.Action.StyleIconAndText Feld

Definition

Achtung

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

Die Aktion wird am besten durch eine Kombination aus Symbol und Text dargestellt.

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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Die Aktion wird am besten durch eine Kombination aus Symbol und Text dargestellt.

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

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: