Język

Notification.Action.StyleTextOnly 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 the text (its title).

[Android.Runtime.Register("STYLE_TEXT_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 StyleTextOnly = 1;
[<Android.Runtime.Register("STYLE_TEXT_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 StyleTextOnly : Android.App.ActionStyle

Field Value

Value = 1

Implements

Attributes

Remarks

The action is best represented by only the text (its title).

Android reference for android.app.Notification.Action.STYLE_TEXT_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