Channel List Activity
Activity displays a list of channels from a current user.
Functions
Link copied to clipboard
It will be called when the ChannelListActivity is being created.
Link copied to clipboard
It will be called when it needs to redirect ChannelActivity from the push notification
Link copied to clipboard
open fun newIntentFromCustomActivity(@NonNull context: Context, @NonNull cls: Class<out ChannelListActivity>, @NonNull channelUrl: String): Intent
open fun newIntentFromCustomActivity(@NonNull context: Context, @NonNull cls: Class<out ChannelListActivity>, @NonNull channelUrl: String, @StyleRes themeResId: Int): Intent
Create an intent for a custom activity.
Link copied to clipboard
Link copied to clipboard