toggle menu
Android-IMKit-SDK
5.42.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.handler
/
ReactionUsersPagedHandler
Reaction
Users
Paged
Handler
public
class
ReactionUsersPagedHandler
消息回应用户列表分页处理器。
使用完毕后需要调用 stop。
Since
5.42.0
Members
Constructors
Reaction
Users
Paged
Handler
Link copied to clipboard
public
void
ReactionUsersPagedHandler
(
)
public
void
ReactionUsersPagedHandler
(
int pageSize
)
Types
User
Page
Result
Link copied to clipboard
public
class
UserPageResult
Properties
is
Loading
Link copied to clipboard
public
volatile
boolean
isLoading
KEY_GET_REACTION_USERS
Link copied to clipboard
public
final
static
DataKey<UserPageResult>
KEY_GET_REACTION_USERS
KEY_LOAD_MORE
Link copied to clipboard
public
final
static
DataKey<Boolean>
KEY_LOAD_MORE
Functions
has
Next
Link copied to clipboard
public
boolean
hasNext
(
)
is
Loading
Link copied to clipboard
public
boolean
isLoading
(
)
load
Next
Link copied to clipboard
public
void
loadNext
(
OnDataChangeListener<Boolean> listener
)
query
Link copied to clipboard
public
void
query
(
String
messageUId
,
String
reactionId
)