UserViewModel

open fun UserViewModel(@NonNull channelUrl: String)

Constructor

Parameters

channelUrl

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


open fun UserViewModel(@NonNull channelUrl: String, @Nullable queryHandler: PagedQueryHandler<T>)

Constructor

Parameters

channelUrl

The URL 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