ChannelsViewModelParams

class ChannelsViewModelParams @JvmOverloads constructor(val queryParams: GroupChannelListQueryParams = GroupChannelListQueryParams()) : SendbirdViewModelParams

The ViewModel parameters for ChannelsViewModel.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(queryParams: GroupChannelListQueryParams = GroupChannelListQueryParams())

Properties

Link copied to clipboard
val queryParams: GroupChannelListQueryParams

The GroupChannelListQueryParams to query the list of channels.

Functions

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