Notification.ContextualActions Property

Definition

Returns the actions that are contextual (that is, suggested because of the content of the notification) out of the actions in this notification.

public virtual System.Collections.Generic.IList<Android.App.Notification.Action> ContextualActions { [Android.Runtime.Register("getContextualActions", "()Ljava/util/List;", "GetGetContextualActionsHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getContextualActions", "()Ljava/util/List;", "GetGetContextualActionsHandler", ApiSince=30)>]
member this.ContextualActions : System.Collections.Generic.IList<Android.App.Notification.Action>

Property Value

Attributes

Remarks

Returns the actions that are contextual (that is, suggested because of the content of the notification) out of the actions in this notification.

Java documentation for android.app.Notification.getContextualActions().

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.

Applies to