toggle menu
Android-IMLibCore-SDK
5.42.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
GetMessageReactionsParam
Get
Message
Reactions
Param
io.rong.imlib
public
class
GetMessageReactionsParam
分页获取消息回应列表的参数。
Since
5.42.0
Members
Constructors
Get
Message
Reactions
Param
Link copied to clipboard
io.rong.imlib
public
void
GetMessageReactionsParam
(
String
messageUId
,
int count
)
Properties
count
Link copied to clipboard
io.rong.imlib
public
int
count
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<GetMessageReactionsParam>
CREATOR
message
UId
Link copied to clipboard
io.rong.imlib
public
String
messageUId
page
Token
Link copied to clipboard
io.rong.imlib
public
String
pageToken
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Count
Link copied to clipboard
io.rong.imlib
public
int
getCount
(
)
get
Message
UId
Link copied to clipboard
io.rong.imlib
public
String
getMessageUId
(
)
get
Page
Token
Link copied to clipboard
io.rong.imlib
public
String
getPageToken
(
)
set
Count
Link copied to clipboard
io.rong.imlib
public
void
setCount
(
int count
)
set
Message
UId
Link copied to clipboard
io.rong.imlib
public
void
setMessageUId
(
String
messageUId
)
set
Page
Token
Link copied to clipboard
io.rong.imlib
public
void
setPageToken
(
String
pageToken
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)