| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.glia.androidsdk.fcm.PushNotificationType | |
Defines the possible types the Glia push notification events
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PushNotificationType | END | Triggers when an engagement ends. | |||||||||
| PushNotificationType | FAILED | Triggers when the engagement request ends without resulting in an engagement. | |||||||||
| PushNotificationType | MESSAGE | Triggers when a chat message is sent. | |||||||||
| PushNotificationType | START | Triggers when an engagement starts. | |||||||||
| PushNotificationType | TRANSFER | Triggers when the engagement is transferred to another user. | |||||||||
| PushNotificationType | UNKNOWN | Default value, could be received if value returned by server is not supported by current version of SDK | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getStringResId()
Provides the default message for the push notification type.
| ||||||||||
| static PushNotificationType | valueOf(String name) | ||||||||||
| final static PushNotificationType[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Triggers when the engagement request ends without resulting in an engagement.
Triggers when the engagement is transferred to another user.
Default value, could be received if value returned by server is not supported by current version of SDK
Provides the default message for the push notification type.