toggle menu
Android-IMLibCore-SDK
5.20.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
ReadReceiptResponseV5
Read
Receipt
Response
V5
io.rong.imlib
public
class
ReadReceiptResponseV5
- 消息已读回执信息 V5
Since
5.20.0
Members
Constructors
Read
Receipt
Response
V5
Link copied to clipboard
io.rong.imlib
public
void
ReadReceiptResponseV5
(
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<ReadReceiptResponseV5>
CREATOR
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
(
)
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
(
)
get
Users
Link copied to clipboard
io.rong.imlib
public
List
<
ReadReceiptUser
>
getUsers
(
)
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
)
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
)
set
Users
Link copied to clipboard
io.rong.imlib
public
void
setUsers
(
List
<
ReadReceiptUser
>
users
)
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
)