newIntentFromCustomActivity

Create an intent for a custom activity. The custom activity must inherit OpenChannelMutedParticipantListActivity.

Return

Returns a newly created Intent that can be used to launch the activity. since 3.1.0

Parameters

context

A Context of the application package implementing this class.

cls

The activity class that is to be used for the intent.

channelUrl

the url of the channel will be implemented.


Create an intent for a custom activity. The custom activity must inherit OpenChannelMutedParticipantListActivity.

Return

Returns a newly created Intent that can be used to launch the activity. since 3.5.6

Parameters

context

A Context of the application package implementing this class.

cls

The activity class that is to be used for the intent.

channelUrl

the url of the channel will be implemented.

themeResId

the resource identifier for custom theme.