java.lang.Object | |
↳ | com.urbanairship.push.notifications.NotificationActionButtonGroup.Builder |
Builds the NotificationActionButtonGroup.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NotificationActionButtonGroup.Builder() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NotificationActionButtonGroup.Builder |
addNotificationActionButton(NotificationActionButton action)
Adds a notification action button.
| ||||||||||
NotificationActionButtonGroup |
build()
Builds and returns the NotificationActionButtonGroup.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a notification action button.
action | The notification action button to add. |
---|
Builds and returns the NotificationActionButtonGroup.