toggle menu
Android-IMLibCore-SDK
5.24.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
MessageIdentifier
Message
Identifier
io.rong.imlib
public
class
MessageIdentifier
消息标识信息。
Since
5.20.0
Members
Constructors
Message
Identifier
Link copied to clipboard
io.rong.imlib
public
void
MessageIdentifier
(
)
public
void
MessageIdentifier
(
ConversationIdentifier identifier
,
String
messageUId
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<MessageIdentifier>
CREATOR
identifier
Link copied to clipboard
io.rong.imlib
public
ConversationIdentifier
identifier
message
UId
Link copied to clipboard
io.rong.imlib
public
String
messageUId
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Identifier
Link copied to clipboard
io.rong.imlib
public
ConversationIdentifier
getIdentifier
(
)
get
Message
UId
Link copied to clipboard
io.rong.imlib
public
String
getMessageUId
(
)
set
Identifier
Link copied to clipboard
io.rong.imlib
public
void
setIdentifier
(
ConversationIdentifier identifier
)
set
Message
UId
Link copied to clipboard
io.rong.imlib
public
void
setMessageUId
(
String
messageUId
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)