Language

Notification.Action.StyleIconAndText Field

Definition

Caution

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

The action is best represented by a combo of the icon and text.

[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

Field Value

Value = 2

Implements

Attributes

Remarks

The action is best represented by a combo of the icon and text.

Android reference for android.app.Notification.Action.STYLE_ICON_AND_TEXT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to