GroupChannelListQuery.MemberStateFilter.@Deprecated public static enum GroupChannel.MemberState extends java.lang.Enum<GroupChannel.MemberState>
GroupChannel.getChannelCount(MemberState, GroupChannelChannelCountHandler).
Added INVITED_BY_FRIEND and INVITED_BY_NON_FRIEND since 3.0.48| Enum Constant and Description |
|---|
ALL
Deprecated.
|
INVITED
Deprecated.
|
INVITED_BY_FRIEND
Deprecated.
|
INVITED_BY_NON_FRIEND
Deprecated.
|
JOINED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupChannel.MemberState |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GroupChannel.MemberState[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupChannel.MemberState ALL
public static final GroupChannel.MemberState INVITED
public static final GroupChannel.MemberState INVITED_BY_FRIEND
public static final GroupChannel.MemberState INVITED_BY_NON_FRIEND
public static final GroupChannel.MemberState JOINED
public static GroupChannel.MemberState[] values()
for (GroupChannel.MemberState c : GroupChannel.MemberState.values()) System.out.println(c);
public static GroupChannel.MemberState 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.