ChannelViewModelParams

class ChannelViewModelParams @JvmOverloads constructor(val channelUrl: String, val messageListParams: MessageListParams = MessageListParams().apply { this.reverse = true }) : SendbirdViewModelParams

Channel view model params.

Represents the parameters for the ChannelViewModel.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channelUrl: String, messageListParams: MessageListParams = MessageListParams().apply { this.reverse = true })

Properties

Link copied to clipboard

The url of the selected channel.

Link copied to clipboard
val messageListParams: MessageListParams

The MessageListParams to query the list of messages.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int