fetch Most Recent Channels
abstract fun fetchMostRecentChannels(limit: Int, listener: IChannelProxy.IChannelFetchListener?)
Content copied to clipboard
Fetch most recent 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
abstract fun fetchMostRecentChannels(limit: Int, offset: Int, listener: IChannelProxy.IChannelFetchListener?)
Content copied to clipboard
Fetch most recent 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