subscribeFor

expect fun subscribeFor(subscriptionQueries: List<String>): List<String>

Subscribe for the Inbox events on the given subscription query.

Return

list of subscriptionIds in matching order to subscriptionQueries

Parameters

subscriptionQueries

list of queries

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual fun subscribeFor(subscriptionQueries: List<String>): List<String>

Subscribe for the Inbox events on the given subscription query.

Return

list of subscriptionIds in matching order to subscriptionQueries

Parameters

subscriptionQueries

list of queries

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual external fun subscribeFor(subscriptionQueries: List<String>): List<String>

Subscribe for the Inbox events on the given subscription query.

Return

list of subscriptionIds in matching order to subscriptionQueries

Parameters

subscriptionQueries

list of queries

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.