newIntent

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

Create an intent for a CreateChannelActivity.

Return

CreateChannelActivity 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 CreateChannelActivity.

Return

CreateChannelActivity Intent. since 3.5.6

Parameters

context

A Context of the application package implementing this class.

themeResId

the resource identifier for custom theme.


Create an intent for a CreateChannelActivity.

Return

CreateChannelActivity Intent. since 1.2.0

Parameters

context

A Context of the application package implementing this class.

type

The creatable channel type. see the CreatableChannelType.


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

Create an intent for a CreateChannelActivity.

Return

CreateChannelActivity Intent. since 3.5.6

Parameters

context

A Context of the application package implementing this class.

type

The creatable channel type. see the CreatableChannelType.

themeResId

the resource identifier for custom theme.