newIntent

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

Create an intent for a CreateOpenChannelActivity.

Return

CreateOpenChannelActivity Intent. since 3.2.0

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

Return

CreateOpenChannelActivity Intent. since 3.5.6

Parameters

context

A Context of the application package implementing this class.

themeResId

the resource identifier for custom theme.