Language

Notification.Action.StyleIconOnly 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 only its icon.

[Android.Runtime.Register("STYLE_ICON_ONLY", 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 StyleIconOnly = 3;
[<Android.Runtime.Register("STYLE_ICON_ONLY", 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 StyleIconOnly : Android.App.ActionStyle

Field Value

Value = 3

Implements

Attributes

Remarks

The action is best represented by only its icon. Note that a non-null title is still mandatory, or the action might be ignored.

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

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