toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.api.model
/
MemberInfo
/
State
State
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
@
Target
(
value
=
PARAMETER
)
annotation class
State
群成员状态 NORMAL : 正常 DIMISSION : 已离职 DISABLE_TO_SEND_MSG : 被禁言
Members
Properties
DIMISSION
Link copied to clipboard
val
DIMISSION
:
Int
=
1
DISABLE_TO_SEND_MSG
Link copied to clipboard
val
DISABLE_TO_SEND_MSG
:
Int
=
2
NORMAL
Link copied to clipboard
val
NORMAL
:
Int
=
0
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String