| java.lang.Object | |
| ↳ | com.google.firebase.messaging.WebpushNotification.Action |
Represents an action available to users when the notification is presented.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Action(String action, String title)
Creates a new Action with the given action string and title.
| |||||||||||
|
Action(String action, String title, String icon)
Creates a new Action with the given action string, title and icon URL.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new Action with the given action string and title.
| action | Action string. |
|---|---|
| title | Title text. |
Creates a new Action with the given action string, title and icon URL.
| action | Action string. |
|---|---|
| title | Title text. |
| icon | Icon URL or null. |