Language

Notification.Action.StyleAuto Field

Definition

Caution

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

The action can be presented with the best form for the content and context.

[Android.Runtime.Register("STYLE_AUTO", 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 StyleAuto = 0;
[<Android.Runtime.Register("STYLE_AUTO", 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 StyleAuto : Android.App.ActionStyle

Field Value

Value = 0

Implements

Attributes

Remarks

The action can be presented with the best form for the content and context.

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

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