toggle menu
sdkKIMCore
androidJvm
switch theme
search in API
sdkKIMCore
/
com.kingsoft.kim.core.api.content
/
KIMCoreMediaMessageContent
KIMCore
Media
Message
Content
abstract
class
KIMCoreMediaMessageContent
:
KIMCoreMessageContent
Inheritors
KIMCoreFileMessage
KIMCoreImageMessage
KIMCorePicTextMessage
KIMCoreVideoMessage
KIMCoreVoiceMessage
Members
Constructors
KIMCore
Media
Message
Content
Link copied to clipboard
constructor
(
)
Properties
cover
Local
Path
Link copied to clipboard
@
SerializedName
(
value
=
"coverLocalPath"
)
var
coverLocalPath
:
String
?
资源本地路径,只有当本端发送的时候才有值
local
Path
Link copied to clipboard
@
SerializedName
(
value
=
"localPath"
)
var
localPath
:
String
?
资源本地路径,只有当本端发送的时候才有值
name
Link copied to clipboard
@
JvmField
@
SerializedName
(
value
=
"name"
)
var
name
:
String
Functions
get
Name
Link copied to clipboard
fun
getName
(
)
:
String
set
Name
Link copied to clipboard
fun
setName
(
name
:
String
?
)
type
Link copied to clipboard
abstract
fun
type
(
)
:
<Error class: unknown class>
user
Ids
Link copied to clipboard
abstract
fun
userIds
(
)
:
List
<
String
>