toggle menu
Android-IMLibCore-SDK
0.0.1
io.rong.message
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.message.custommessage
/
CustomMediaMessageContent
Custom
Media
Message
Content
io.rong.message
public
class
CustomMediaMessageContent
Custom media message
Members
Constructors
Custom
Media
Message
Content
Link copied to clipboard
io.rong.message
public
void
CustomMediaMessageContent
(
Array
<
byte
>
data
)
public
void
CustomMediaMessageContent
(
Parcel in
)
Constructor.
Properties
CREATOR
Link copied to clipboard
io.rong.message
public
final
static
Creator<CustomMediaMessageContent>
CREATOR
Read interface, intended to construct an instance of a class that implements Parcelable from a Parcel.
fields
Link copied to clipboard
io.rong.message
public
final
HashMap
<
String
,
Object
>
fields
object
Name
Link copied to clipboard
io.rong.message
public
String
objectName
Functions
describe
Contents
Link copied to clipboard
io.rong.message
public
int
describeContents
(
)
Describes the type of special objects included in the arrangement information of Parcelable objects.
encode
Link copied to clipboard
io.rong.message
public
Array
<
byte
>
encode
(
)
Serializes the local message object into message data.
get
Fields
Link copied to clipboard
io.rong.message
public
HashMap
<
String
,
Object
>
getFields
(
)
get
Object
Name
Link copied to clipboard
io.rong.message
public
String
getObjectName
(
)
get
Searchable
Word
Link copied to clipboard
io.rong.message
public
List
<
String
>
getSearchableWord
(
)
set
Fields
Link copied to clipboard
io.rong.message
public
void
setFields
(
Map
<
String
,
Object
>
fields
)
set
Object
Name
Link copied to clipboard
io.rong.message
public
void
setObjectName
(
String
objectName
)
set
Searchable
Words
Link copied to clipboard
io.rong.message
public
void
setSearchableWords
(
List
<
String
>
searchableWords
)
type
Link copied to clipboard
io.rong.message
public
CustomMessageType
type
(
)
write
To
Parcel
Link copied to clipboard
io.rong.message
public
void
writeToParcel
(
Parcel dest
,
int flags
)
Writes the class data into the provided Parcel.