Enum NewConversationSource

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONVERSATION_LIST

      The new conversation button was clicked from the conversation list screen.

    • Method Summary

      Modifier and Type Method Description
      final Array<NewConversationSource> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final NewConversationSource valueOf(String value) Returns the enum constant of this type with the specified name.
      final EnumEntries<NewConversationSource> getEntries()
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

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