stream-chat-android
5.15.0
stream-chat-android-client
/
io.getstream.chat.android.client.query.pagination
/
AnyChannelPaginationRequest
Any
Channel
Pagination
Request
class
AnyChannelPaginationRequest
(
var
messageLimit
:
Int
=
MESSAGE_LIMIT
)
Content copied to clipboard
Constructors
Properties
Extensions
Constructors
Any
Channel
Pagination
Request
Link copied to clipboard
fun
AnyChannelPaginationRequest
(
messageLimit
:
Int
=
MESSAGE_LIMIT
)
Content copied to clipboard
Properties
channel
Limit
Link copied to clipboard
var
channelLimit
:
Int
Content copied to clipboard
channel
Offset
Link copied to clipboard
var
channelOffset
:
Int
=
0
Content copied to clipboard
member
Limit
Link copied to clipboard
var
memberLimit
:
Int
Content copied to clipboard
member
Offset
Link copied to clipboard
var
memberOffset
:
Int
=
0
Content copied to clipboard
message
Filter
Direction
Link copied to clipboard
var
messageFilterDirection
:
Pagination
?
=
null
Content copied to clipboard
message
Filter
Value
Link copied to clipboard
var
messageFilterValue
:
String
Content copied to clipboard
message
Limit
Link copied to clipboard
var
messageLimit
:
Int
Content copied to clipboard
sort
Link copied to clipboard
var
sort
:
QuerySorter
<
Channel
>
Content copied to clipboard
watcher
Limit
Link copied to clipboard
var
watcherLimit
:
Int
Content copied to clipboard
watcher
Offset
Link copied to clipboard
var
watcherOffset
:
Int
=
0
Content copied to clipboard
Extensions
is
Requesting
More
Than
Last
Message
Link copied to clipboard
fun
AnyChannelPaginationRequest
.
isRequestingMoreThanLastMessage
(
)
:
Boolean
Content copied to clipboard