whereNow

expect abstract fun whereNow(uuid: String = configuration.userId.value): WhereNow
actual abstract fun whereNow(uuid: String): WhereNow

Obtain information about the current list of channels to which a UUID is subscribed to.

Parameters

uuid

UUID of the user to get its current channel subscriptions. Defaults to the UUID of the client.

See also

actual abstract fun whereNow(uuid: String): WhereNow