Notification.Action.SemanticAction Propriedade

Definição

Retorna a SemanticAction associada a esta Ação.

public virtual Android.App.SemanticAction SemanticAction { [Android.Runtime.Register("getSemanticAction", "()I", "GetGetSemanticActionHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getSemanticAction", "()I", "GetGetSemanticActionHandler", ApiSince=28)>]
member this.SemanticAction : Android.App.SemanticAction

Valor da propriedade

O valor é um dos seguintes: SEMANTIC_ACTION_NONE SEMANTIC_ACTION_REPLY SEMANTIC_ACTION_MARK_AS_READ SEMANTIC_ACTION_MARK_AS_UNREAD SEMANTIC_ACTION_DELETE SEMANTIC_ACTION_ARCHIVE SEMANTIC_ACTION_MUTE SEMANTIC_ACTION_UNMUTE SEMANTIC_ACTION_THUMBS_UP SEMANTIC_ACTION_THUMBS_DOWN SEMANTIC_ACTION_CALL SEMANTIC_ACTION_PLAY SEMANTIC_ACTION_PAUSE SEMANTIC_ACTION_STOP

Atributos

Comentários

Retorna a SemanticAction associada a esta Ação. Um SemanticAction indica o que o PendingIntent de uma ação fará (por exemplo, responder, marcar como lido, excluir etc.).

Referência do Android para android.app.Notification.Action.getSemanticAction.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a