Android.App
Notification
Actions
Android.App.Notification.Actions Property
Array of all
Android.App.Notification.Action
structures attached to this notification by
Android.App.Notification.Builder.AddAction(int, Java.Lang.ICharSequence, PendingIntent)
.
Syntax
[Android.Runtime.Register("actions")]
public
IList<Notification.Action>
Actions
{ get; set; }
Value
Documentation for this section has not yet been entered.
Remarks
Array of all
Android.App.Notification.Action
structures attached to this notification by
Android.App.Notification.Builder.AddAction(int, Java.Lang.ICharSequence, PendingIntent)
. Mostly useful for instances of
Android.Service.Notification.NotificationListenerService
that provide an alternative interface for invoking actions.
[Android Documentation]
Requirements
Namespace:
Android.App
Assembly:
Mono.Android (in Mono.Android.dll)
Assembly Versions:
0.0.0.0
Since:
Added in API level 1