Notification.Action.SemanticActionThumbsUp Campo

Definición

Precaución

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

SemanticAction: marque el contenido con un pulgar hacia arriba.

[Android.Runtime.Register("SEMANTIC_ACTION_THUMBS_UP", 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 SemanticActionThumbsUp = 8;
[<Android.Runtime.Register("SEMANTIC_ACTION_THUMBS_UP", 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 SemanticActionThumbsUp : Android.App.SemanticAction

Valor de campo

Value = 8

Implementaciones

Atributos

Comentarios

SemanticAction: marque el contenido con un pulgar hacia arriba.

Referencia de Android para android.app.Notification.Action.SEMANTIC_ACTION_THUMBS_UP.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a