Notification.Action.SemanticActionMarkAsRead 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 como leído.

[Android.Runtime.Register("SEMANTIC_ACTION_MARK_AS_READ", 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 SemanticActionMarkAsRead = 2;
[<Android.Runtime.Register("SEMANTIC_ACTION_MARK_AS_READ", 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 SemanticActionMarkAsRead : Android.App.SemanticAction

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

SemanticAction: marque el contenido como leído.

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

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