GroupTypeEnum enum
群组类型
Constructors
- GroupTypeEnum()
-
const
Values
- kTIMGroup_Public → const GroupTypeEnum
- kTIMGroup_Private → const GroupTypeEnum
- kTIMGroup_ChatRoom → const GroupTypeEnum
- kTIMGroup_BChatRoom → const GroupTypeEnum
- kTIMGroup_AVChatRoom → const GroupTypeEnum
- kTIMGroup_Community → const GroupTypeEnum
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GroupTypeEnum> - A constant List of the values in this enum, in order of their declaration.