Notification.Action.SemanticAction Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve semanticAction asociado a esta acción.
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 de propiedad
El valor es uno de los siguientes: 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
Comentarios
Devuelve semanticAction asociado a esta acción. Una semanticAction indica lo que hará una acción pendiente (por ejemplo, responder, marcar como leído, eliminar, etc.).
Referencia de Android para android.app.Notification.Action.getSemanticAction.
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.