NotificationService

Types

Link copied to clipboard
data class Notification(val event: ClientEvent<*>, val actions: Set<PushAction>)

Functions

Link copied to clipboard
abstract fun getNotifications(decryptionTimeout: Duration = 5.seconds, syncResponseBufferSize: Int = 4): Flow<NotificationService.Notification>