Sprache

Notification.Action.SemanticActionStop Field

Definition

Caution

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

SemanticAction: Stop the content associated with the notification.

[Android.Runtime.Register("SEMANTIC_ACTION_STOP", 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 SemanticActionStop = 15;
[<Android.Runtime.Register("SEMANTIC_ACTION_STOP", 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 SemanticActionStop : Android.App.SemanticAction

Field Value

Value = 15

Implements

Attributes

Remarks

SemanticAction: Stop the content associated with the notification. This could mean stopping media playback, resetting a timer, etc. It is implied that a follow-up SEMANTIC_ACTION_PLAY would restart from the beginning, or may not be offered at all.

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

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