-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PushNotificationChatMessage.ParticipantDefines possible chat participant types.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description VISITORThe engagement visitor
OPERATORThe engagement operator
MONITORManager who monitors the engagement and sends prompts to the engagement operator,also known as whispering.
SYSTEMMedia upgrade messages and other system notifications
OMNIGUIDEAI Management module prompts and suggestions.
UNKNOWNDefault value, could be received if value returned by server is not supported by current version of SDK
-
Method Summary
Modifier and Type Method Description static Array<PushNotificationChatMessage.Participant>values()static PushNotificationChatMessage.ParticipantvalueOf(String name)-
-
Method Detail
-
values
static Array<PushNotificationChatMessage.Participant> values()
-
valueOf
static PushNotificationChatMessage.Participant valueOf(String name)
-
-
-
-