subscribeFor

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

Subscribe for the Context 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 not connected or 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 Context 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 not connected or 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 Context 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 not connected or closed

thrown when method encounters an exception

thrown when method encounters an unknown exception