newIntent

open fun newIntent(@NonNull context: Context): Intent

Create an intent for a ChannelListActivity.

Return

ChannelListActivity Intent.

Parameters

context

A Context of the application package implementing this class.


open fun newIntent(@NonNull context: Context, @StyleRes themeResId: Int): Intent

Create an intent for a ChannelListActivity.

Return

ChannelListActivity Intent. since 3.5.6

Parameters

context

A Context of the application package implementing this class.

themeResId

the resource identifier for custom theme.