subscribeForCustomEvents

expect fun subscribeForCustomEvents(contextId: String, channelName: String)

Subscribe for the custom events on the given channel.

Parameters

contextId

ID of the Context

channelName

name of the Channel

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual fun subscribeForCustomEvents(contextId: String, channelName: String)

Subscribe for the custom events on the given channel.

Parameters

contextId

ID of the Context

channelName

name of the Channel

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed

actual external fun subscribeForCustomEvents(contextId: String, channelName: String)

Subscribe for the custom events on the given channel.

Parameters

contextId

ID of the Context

channelName

name of the Channel

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

thrown when instance is closed