fetch Most Followed Channels
abstract fun fetchMostFollowedChannels(limit: Int, offset: Int, listener: IChannelProxy.IChannelFetchListener?)
Content copied to clipboard
Fetch most followed channels (from server).
The response is sent in the success callback as a List<@object:Channel>.
Parameters
limit
int max items to fetch
offset
int The offset of the result list
listener
IChannelDiscoverListener Callback
abstract fun fetchMostFollowedChannels(limit: Int, listener: IChannelProxy.IChannelFetchListener?)
Content copied to clipboard
Fetch most followed channels (from server).
The response is sent in the success callback as a List<@object:Channel>.
Parameters
limit
int max items to fetch
listener
IChannelDiscoverListener Callback