toggle menu
Android-IMLibCore-SDK
5.20.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
ReadReceiptInfoV5
Read
Receipt
Info
V5
io.rong.imlib
public
class
ReadReceiptInfoV5
消息已读回执信息 V5
Since
5.20.0
Members
Constructors
Read
Receipt
Info
V5
Link copied to clipboard
io.rong.imlib
public
void
ReadReceiptInfoV5
(
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<ReadReceiptInfoV5>
CREATOR
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Message
UId
Link copied to clipboard
io.rong.imlib
public
String
getMessageUId
(
)
get
Read
Count
Link copied to clipboard
io.rong.imlib
public
int
getReadCount
(
)
get
Total
Count
Link copied to clipboard
io.rong.imlib
public
int
getTotalCount
(
)
get
Unread
Count
Link copied to clipboard
io.rong.imlib
public
int
getUnreadCount
(
)
set
Message
UId
Link copied to clipboard
io.rong.imlib
public
void
setMessageUId
(
String
messageUId
)
set
Read
Count
Link copied to clipboard
io.rong.imlib
public
void
setReadCount
(
int readCount
)
set
Total
Count
Link copied to clipboard
io.rong.imlib
public
void
setTotalCount
(
int totalCount
)
set
Unread
Count
Link copied to clipboard
io.rong.imlib
public
void
setUnreadCount
(
int unreadCount
)
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
)