getRecentChannelIds

open fun getRecentChannelIds(    @NonNull context: Context,     activeFirst: Boolean,     activeChannelOrderedByLevel: Boolean): List<Integer>

Call this method to retrieve the list of recent active channels IDs. By default, channels are ordered by last active date.

Return

List of channel IDs

Parameters

context

The application context

activeFirst

if true list will be ordered by active channel first

activeChannelOrderedByLevel

if true active channels will be ordered by channel level