Package 

Enum MessageType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum MessageType
    
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CHAT
      SUGGESTION
      PROMPT
      UNKNOWN

      Default 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<MessageType> values()
      static MessageType valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait