unsubscribeFrom

expect fun unsubscribeFrom(subscriptionIds: List<String>)

Unsubscribe from events for the given subscriptionId.

Parameters

subscriptionIds

List of subscriptionId

Throws

thrown when instance is not connected or closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun unsubscribeFrom(subscriptionIds: List<String>)

Unsubscribe from events for the given subscriptionId.

Parameters

subscriptionIds

List of subscriptionId

Throws

thrown when instance is not connected or closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun unsubscribeFrom(subscriptionIds: List<String>)

Unsubscribe from events for the given subscriptionId.

Parameters

subscriptionIds

List of subscriptionId

Throws

thrown when instance is not connected or closed

thrown when method encounters an exception

thrown when method encounters an unknown exception