MembersViewModelParams

class MembersViewModelParams(val channelUrl: String, val queryParams: MemberListQueryParams) : SendbirdViewModelParams

Represents the parameters for the MembersViewModel.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channelUrl: String, queryParams: 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.