DXNotification

Struct representing a DX notification.

public struct DXNotification: Codable

Represents persisted DX notifications that can be returned when requested by the notification receiver.

Properties

public let notificationId: String

The unique id for a notification.

public let text: String

The notification text.

public let sender: String

The user id of the DX user that sent the notification.

public let acknowledged: Bool

Whether or not the notification has been seen by the receiver.

Last updated