Lingua

Notification.Action.SemanticActionPlay Field

Definition

Caution

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

SemanticAction: Start (or continue previously paused) content associated with the notification.

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

Field Value

Value = 13

Implements

Attributes

Remarks

SemanticAction: Start (or continue previously paused) content associated with the notification. This could mean starting media playback, resuming a paused timer, etc.

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

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