public static final enum

Chat.Participant

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.chat.Chat.Participant

Class Overview

Defines possible chat participant types.

See Also

Summary

Enum Values
Chat.Participant  OPERATOR   
Chat.Participant  UNKNOWN  Default value, could be received if value returned by server is not supported by current version of SDK  
Chat.Participant  VISITOR   
Public Methods
static Chat.Participant valueOf(String name)
final static Participant[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final Chat.Participant OPERATOR

public static final Chat.Participant UNKNOWN

Default value, could be received if value returned by server is not supported by current version of SDK

public static final Chat.Participant VISITOR

Public Methods

public static Chat.Participant valueOf (String name)

public static final Participant[] values ()