public static enum GroupChannel.HiddenState extends java.lang.Enum<GroupChannel.HiddenState>
GroupChannel.hide(boolean, boolean, GroupChannelHideHandler).| Enum Constant and Description |
|---|
HIDDEN_ALLOW_AUTO_UNHIDE |
HIDDEN_PREVENT_AUTO_UNHIDE |
UNHIDDEN |
| Modifier and Type | Method and Description |
|---|---|
static GroupChannel.HiddenState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupChannel.HiddenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupChannel.HiddenState UNHIDDEN
public static final GroupChannel.HiddenState HIDDEN_ALLOW_AUTO_UNHIDE
public static final GroupChannel.HiddenState HIDDEN_PREVENT_AUTO_UNHIDE
public static GroupChannel.HiddenState[] values()
for (GroupChannel.HiddenState c : GroupChannel.HiddenState.values()) System.out.println(c);
public static GroupChannel.HiddenState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.