Notification.Actions Property

Definition

Array of all Action structures attached to this notification by Builder#addAction(int, CharSequence, PendingIntent).

[Android.Runtime.Register("actions")]
public System.Collections.Generic.IList<Android.App.Notification.Action>? Actions { get; set; }
[<Android.Runtime.Register("actions")>]
member this.Actions : System.Collections.Generic.IList<Android.App.Notification.Action> with get, set

Property Value

Attributes

Remarks

Java documentation for android.app.Notification.actions.

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