toggle menu
stream-chat-android
6.5.3
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.query.pagination
/
AnyChannelPaginationRequest
Any
Channel
Pagination
Request
class
AnyChannelPaginationRequest
(
var
messageLimit
:
Int
=
MESSAGE_LIMIT
)
Members
Members & Extensions
Constructors
Any
Channel
Pagination
Request
Link copied to clipboard
constructor
(
messageLimit
:
Int
=
MESSAGE_LIMIT
)
Properties
channel
Limit
Link copied to clipboard
var
channelLimit
:
Int
channel
Offset
Link copied to clipboard
var
channelOffset
:
Int
member
Limit
Link copied to clipboard
var
memberLimit
:
Int
member
Offset
Link copied to clipboard
var
memberOffset
:
Int
message
Filter
Direction
Link copied to clipboard
var
messageFilterDirection
:
Pagination
?
message
Filter
Value
Link copied to clipboard
var
messageFilterValue
:
String
message
Limit
Link copied to clipboard
var
messageLimit
:
Int
sort
Link copied to clipboard
var
sort
:
QuerySorter
<
Channel
>
watcher
Limit
Link copied to clipboard
var
watcherLimit
:
Int
watcher
Offset
Link copied to clipboard
var
watcherOffset
:
Int
Inherited functions
is
Requesting
More
Than
Last
Message
Link copied to clipboard
fun
AnyChannelPaginationRequest
.
isRequestingMoreThanLastMessage
(
)
:
Boolean