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
- 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).
Java documentation 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.