toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.message.util
/
SendMsgPreCheck
/
Code
Code
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
@
Target
(
value
=
PARAMETER
)
annotation class
Code
禁言设置 NORMAL : 正常发送消息 ALL_FORBID_HAVE_ME : 全员禁言(禁言成员中有我) PART_FORBID_HAVE_ME : 部分禁言(禁言成员中有我)
Members
Properties
ALL_FORBID_HAVE_ME
Link copied to clipboard
val
ALL_FORBID_HAVE_ME
:
Int
=
1
NORMAL
Link copied to clipboard
val
NORMAL
:
Int
=
0
PART_FORBID_HAVE_ME
Link copied to clipboard
val
PART_FORBID_HAVE_ME
:
Int
=
2
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