MessageCollectionCreateParams

data class MessageCollectionCreateParams @JvmOverloads constructor(val channel: GroupChannel, var messageListParams: MessageListParams, var startingPoint: Long = Long.MAX_VALUE, var messageCollectionHandler: MessageCollectionHandler? = null)

A params to create the MessageCollection.

Since

4.0.0

See also

Constructors

Link copied to clipboard
constructor(channel: GroupChannel, messageListParams: MessageListParams, startingPoint: Long = Long.MAX_VALUE, messageCollectionHandler: MessageCollectionHandler? = null)

Properties

Link copied to clipboard

The channel for the MessageCollection.

Link copied to clipboard

The message collection handler to be used for this MessageCollection.

Link copied to clipboard
Link copied to clipboard

Whether to automatically prefetch messages when the MessageCollection / NotificationCollection is reconnected. (brought to the foreground or the network connection gets re-established)

Link copied to clipboard

The starting point of which to load messages from.