unsubscribeFrom

expect fun unsubscribeFrom(subscriptionIds: List<String>)

Unsubscribe from events with the given subscriptionId.

Parameters

subscriptionIds

list of subscriptionId

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual fun unsubscribeFrom(subscriptionIds: List<String>)

Unsubscribe from events with the given subscriptionId.

Parameters

subscriptionIds

list of subscriptionId

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

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

Unsubscribe from events with the given subscriptionId.

Parameters

subscriptionIds

list of subscriptionId

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.