Create Channel Activity
Activity displays a list of users and provide a current user to create a channel.
Functions
Link copied to clipboard
It will be called when the CreateChannelActivity is being created.
Link copied to clipboard
open fun newIntent(@NonNull context: Context, @NonNull type: CreatableChannelType, @StyleRes themeResId: Int): Intent
Create an intent for a CreateChannelActivity.
Link copied to clipboard
open fun newIntentFromCustomActivity(@NonNull context: Context, @NonNull cls: Class<out CreateChannelActivity>, @NonNull type: CreatableChannelType): Intent
open fun newIntentFromCustomActivity(@NonNull context: Context, @NonNull cls: Class<out CreateChannelActivity>, @NonNull type: CreatableChannelType, @StyleRes themeResId: Int): Intent
Create an intent for a custom activity.