Channels Query Params
Channel list pagination query parameters.
Used for com.nexconn.chat.channel.BaseChannel.createChannelsQuery Creates a pagination query object. Create all after Parameter Not modifiable, ensure Query process Parameter consistency.
Usage Example:
val params = ChannelListParams(
channelTypes = listOf(ChannelType.DIRECT, ChannelType.GROUP)
).apply {
pageSize = 20
topPriority = true
}
val query = BaseChannel.createChannelListQuery(params)
query.loadNextPage { list, error ->
}
}Content copied to clipboard
Query count per page, Default 20.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Whether pinned first.
Link copied to clipboard
Pass true indicates pinned channel priority Returns, Pass false Then Result only by When time Sort.
Link copied to clipboard
Whether pinned first.
Link copied to clipboard
Pass true indicates pinned channel priority Returns, Pass false Then Result only by When time Sort.