Notification.Action.SemanticActionDelete 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: elimina el contenido asociado a la notificación.

[Android.Runtime.Register("SEMANTIC_ACTION_DELETE", 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 SemanticActionDelete = 4;
[<Android.Runtime.Register("SEMANTIC_ACTION_DELETE", 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 SemanticActionDelete : Android.App.SemanticAction

Valor de campo

Value = 4

Implementaciones

Atributos

Comentarios

SemanticAction: elimina el contenido asociado a la notificación. Esto podría significar eliminar un correo electrónico, un mensaje, etc.

Java documentación para android.app.Notification.Action.SEMANTIC_ACTION_DELETE.

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