ParticipantViewModel

open class ParticipantViewModel : OpenChannelUserViewModel<T>

ViewModel preparing and managing data related with the list of participants since 3.0.0

Constructors

Link copied to clipboard
open fun ParticipantViewModel(@NonNull channelUrl: String, @Nullable queryHandler: PagedQueryHandler<User>)
Constructor

Functions

Link copied to clipboard
protected open fun createQueryHandler(@NonNull channelUrl: String): PagedQueryHandler<User>
Creates participants user list query.