RpcNotifier
interface RpcNotifier
A low-level interface to register and unregister for notifications on the client.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun <NotificationT : Any> register(target: String, opaqueState: DataItem, notifications: MutableSharedFlow<NotificationT>, deserializer: (DataItem) -> NotificationT)
Link copied to clipboard