Notification.Action.SemanticActionThumbsDown Field

Definition

Caution

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

[Android.Runtime.Register("SEMANTIC_ACTION_THUMBS_DOWN", ApiSince=28)]
[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 SemanticActionThumbsDown = 9;
[<Android.Runtime.Register("SEMANTIC_ACTION_THUMBS_DOWN", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.", true)>]
val mutable SemanticActionThumbsDown : Android.App.SemanticAction

Field Value

SemanticAction

Implements

Attributes

Applies to