unsubscribeFromCustomEvents

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

Unsubscribe from 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 unsubscribeFromCustomEvents(contextId: String, channelName: String)

Unsubscribe from 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 unsubscribeFromCustomEvents(contextId: String, channelName: String)

Unsubscribe from 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