class NotificationMessageRouter
<init> |
NotificationMessageRouter() |
routeMessage |
Finds all listeners that can handle the message and forwards the notification. fun routeMessage(message: String): Unit |
subscribeListener |
fun subscribeListener(handler: NotificationMessageHandler): Unit |
unsubscribeListener |
fun unsubscribeListener(handler: NotificationMessageHandler): Boolean |