OpenChannelActivity

Activity displays a list of messages from a open channel. since 3.2.0

Functions

Link copied to clipboard
protected open fun createFragment(): Fragment
It will be called when the OpenChannelActivity is being created.
Link copied to clipboard
open fun newIntent(@NonNull context: Context, @NonNull cls: Class<out OpenChannelActivity>, @NonNull channelUrl: String): Intent
Create an intent for a OpenChannelActivity.
open fun newIntent(@NonNull context: Context, @NonNull cls: Class<out OpenChannelActivity>, @NonNull channelUrl: String, @StyleRes themeResId: Int): Intent
Create an intent for a custom activity.
Link copied to clipboard
protected open fun onCreate(@Nullable savedInstanceState: Bundle)