OpenChannelMutedParticipantListActivity

Activity displays a list of muted participants from a channel. since 3.1.0

Functions

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