-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PushNotificationTypeDefines the possible types the Glia push notification events
-
-
Field Summary
Fields Modifier and Type Field Description private final intstringResId
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNDefault value, could be received if value returned by server is not supported by current version of SDK
TRANSFERTriggers when the engagement is transferred to another user.
MESSAGETriggers when a chat message is sent.
FAILEDTriggers when the engagement request ends without resulting in an engagement.
ENDTriggers when an engagement ends.
STARTTriggers when an engagement starts.
-
Method Summary
Modifier and Type Method Description static Array<PushNotificationType>values()static PushNotificationTypevalueOf(String name)intgetStringResId()Provides the default message for the push notification type. -
-
Method Detail
-
values
static Array<PushNotificationType> values()
-
valueOf
static PushNotificationType valueOf(String name)
-
getStringResId
@StringRes() int getStringResId()
Provides the default message for the push notification type.
-
-
-
-