ChannelViewModelParams

class ChannelViewModelParams(val channelUrl: String, val messageListParams: MessageListParams) : 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)

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.