Package | Description |
---|---|
com.teamchat.client.sdk |
Modifier and Type | Method and Description |
---|---|
static Room.InheritanceType |
Room.InheritanceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Room.InheritanceType[] |
Room.InheritanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Room |
Room.addParam(java.lang.String param,
java.lang.String value,
Room.InheritanceType type,
java.lang.Object extra)
Attach a parameter to the room
|