public
static
class
Notification.Action
extends Object
implements
Parcelable
| java.lang.Object | |
| ↳ | android.app.Notification.Action |
Structure to encapsulate a named action that can be shown as part of this notification.
It must include an icon, a label, and a PendingIntent to be fired when the action is
selected by the user.
Apps should use addAction(int, CharSequence, PendingIntent)
or addAction(Notification.Action)
to attach actions.