| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.glia.androidsdk.fcm.GliaPushMessage.Action | |
Defines the possible types of the push notification actions
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GliaPushMessage.Action | NOTIFICATION_OPENED | When a visitor clicks on the notification | |||||||||
| GliaPushMessage.Action | NOTIFICATION_RECEIVED | When Firebase messaging service receives a push notification | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static GliaPushMessage.Action | valueOf(String name) | ||||||||||
| final static Action[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
When a visitor clicks on the notification
When Firebase messaging service receives a push notification