OperatorListViewModel

open fun OperatorListViewModel(    @NonNull channelUrl: String,     @Nullable channelType: ChannelType,     @Nullable queryHandler: PagedQueryHandler<User>)

Constructor

Parameters

channelUrl

The URL of a channel this view model is currently associated with

channelType

Type of a channel this view model is currently associated with

queryHandler

A callback to be invoked when a list of data is loaded. since 3.0.0