DataNotification

interface DataNotification<out T : Notifiable> : Notification<T>

Represents a notification that conveys some business data.

Properties

appId
Link copied to clipboard
abstract val appId: String

Identifier of the WebcomApplication this Notification relates to.

data
Link copied to clipboard
abstract val data: T

The event conveyed by this DataNotification.

path
Link copied to clipboard
abstract val path: String

Path of the data this Notification relates to, or "" if it doesn't relate to any data node.

Inheritors

AuthenticationEvent
Link copied to clipboard
AuthenticationState
Link copied to clipboard
AuthenticationState
Link copied to clipboard
AuthenticationState
Link copied to clipboard
DatasyncState
Link copied to clipboard
PushNotificationEvent.Value
Link copied to clipboard
PushNotificationEvent.Value
Link copied to clipboard
PushNotificationEvent.Value
Link copied to clipboard
PushNotificationEvent.Children
Link copied to clipboard
PushNotificationEvent.Children
Link copied to clipboard