java.lang.Object | |
↳ | com.urbanairship.push.notifications.NotificationActionButton |
Model object encapsulating the data relevant to a notification action button.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | NotificationActionButton.Builder | Builds the NotificationAction. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDescription()
Gets the button's description.
| ||||||||||
Bundle |
getExtras()
Gets the button's extras.
| ||||||||||
int |
getIcon()
Gets the button's icon.
| ||||||||||
String |
getId()
Gets the button's ID.
| ||||||||||
int |
getLabel()
Gets the button's label ID.
| ||||||||||
List<LocalizableRemoteInput> |
getRemoteInputs()
Gets the remote inputs.
| ||||||||||
boolean |
isForegroundAction()
Flag that indicates if it is a foreground action.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the button's icon.
Gets the button's label ID.
Gets the remote inputs.
Flag that indicates if it is a foreground action.
true
if it is a foreground action, otherwise false
.