new Intent
Create an intent for a RegisterOperatorActivity.
Return
Returns a newly created Intent that can be used to launch the activity. since 1.2.0
Parameters
context
A Context of the application package implementing this class.
channel Url
The url of the channel will be implemented.
open fun newIntent(@NonNull context: Context, @NonNull channelUrl: String, @StyleRes themeResId: Int): Intent
Create an intent for a RegisterOperatorActivity.
Return
RegisterOperatorActivity Intent. since 3.5.6
Parameters
context
A Context of the application package implementing this class.
channel Url
the url of the channel will be implemented.
theme Res Id
the resource identifier for custom theme.