Enum Class ChannelJoin.Type

java.lang.Object
java.lang.Enum<ChannelJoin.Type>
com.heroiclabs.nakama.rtapi.ChannelJoin.Type
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ChannelJoin.Type>, Constable
Enclosing class:
ChannelJoin

public static enum ChannelJoin.Type extends Enum<ChannelJoin.Type> implements com.google.protobuf.ProtocolMessageEnum
 The type of chat channel.
 
Protobuf enum nakama.realtime.ChannelJoin.Type
  • Enum Constant Details

    • TYPE_UNSPECIFIED

      public static final ChannelJoin.Type TYPE_UNSPECIFIED
       Default case. Assumed as ROOM type.
       
      TYPE_UNSPECIFIED = 0;
    • ROOM

      public static final ChannelJoin.Type ROOM
       A room which anyone can join to chat.
       
      ROOM = 1;
    • DIRECT_MESSAGE

      public static final ChannelJoin.Type DIRECT_MESSAGE
       A private channel for 1-on-1 chat.
       
      DIRECT_MESSAGE = 2;
    • GROUP

      public static final ChannelJoin.Type GROUP
       A channel for group chat.
       
      GROUP = 3;
    • UNRECOGNIZED

      public static final ChannelJoin.Type UNRECOGNIZED
  • Field Details

    • TYPE_UNSPECIFIED_VALUE

      public static final int TYPE_UNSPECIFIED_VALUE
       Default case. Assumed as ROOM type.
       
      TYPE_UNSPECIFIED = 0;
      See Also:
    • ROOM_VALUE

      public static final int ROOM_VALUE
       A room which anyone can join to chat.
       
      ROOM = 1;
      See Also:
    • DIRECT_MESSAGE_VALUE

      public static final int DIRECT_MESSAGE_VALUE
       A private channel for 1-on-1 chat.
       
      DIRECT_MESSAGE = 2;
      See Also:
    • GROUP_VALUE

      public static final int GROUP_VALUE
       A channel for group chat.
       
      GROUP = 3;
      See Also:
  • Method Details

    • values

      public static ChannelJoin.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ChannelJoin.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static ChannelJoin.Type valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static ChannelJoin.Type forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<ChannelJoin.Type> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static ChannelJoin.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null