toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.api.content
/
KIMCoreAppCustomizeMessage
KIMCore
App
Customize
Message
open
class
KIMCoreAppCustomizeMessage
:
KIMCoreMessageContent
应用自定义消息 如:沙箱气泡
Members
Constructors
KIMCore
App
Customize
Message
Link copied to clipboard
constructor
(
)
constructor
(
content
:
String
?
,
customizeType
:
String
?
,
msgDesc
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
@
SerializedName
(
value
=
"content"
)
var
content
:
String
content
Type
Link copied to clipboard
@
SerializedName
(
value
=
"content_type"
)
val
contentType
:
<Error class: unknown class>
customize
Type
Link copied to clipboard
@
SerializedName
(
value
=
"customize_type"
)
var
customizeType
:
String
msg
Desc
Link copied to clipboard
@
SerializedName
(
value
=
"msg_desc"
)
var
msgDesc
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
o
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
type
Link copied to clipboard
open
override
fun
type
(
)
:
<Error class: unknown class>
user
Ids
Link copied to clipboard
open
override
fun
userIds
(
)
:
List
<
String
>