toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.base.interfaces
/
OnPagedDataLoader
On
Paged
Data
Loader
public
interface
OnPagedDataLoader
Paged data loading interface.
Since
5.12.0
Members
Functions
has
Next
Link copied to clipboard
public
abstract
boolean
hasNext
(
)
Returns whether there is a next page.
has
Previous
Link copied to clipboard
public
boolean
hasPrevious
(
)
Returns whether there is a previous page.
load
Next
Link copied to clipboard
public
abstract
void
loadNext
(
OnDataChangeListener<Boolean> listener
)
Loads the next page of data.
load
Previous
Link copied to clipboard
public
void
loadPrevious
(
OnDataChangeListener<Boolean> listener
)
Loads the previous page of data.