MembersViewModelParams

class MembersViewModelParams @JvmOverloads constructor(val channelUrl: String, val queryParams: MemberListQueryParams = MemberListQueryParams()) : SendbirdViewModelParams

Represents the parameters for the MembersViewModel.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channelUrl: String, queryParams: MemberListQueryParams = MemberListQueryParams())

Properties

Link copied to clipboard

The url of the channel to display the members from.

Link copied to clipboard
val queryParams: MemberListQueryParams

The MemberListQueryParams to query the list of members.

Functions

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