Notification.Action.SemanticAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the SemanticAction associated with this Action.
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
Property Value
Value is one of the following: 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
- Attributes
Remarks
Returns the SemanticAction associated with this Action. A SemanticAction denotes what an Action's PendingIntent will do (eg. reply, mark as read, delete, etc).
Android reference for android.app.Notification.Action.getSemanticAction.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.