NotificationResult

data class NotificationResult(val eventDate: OffsetDateTime?, val participant: Participant?, val message: Message?, val type: NotificationType)

Data class representing the result of a push notification.

Constructors

Link copied to clipboard
constructor(eventDate: OffsetDateTime?, participant: Participant?, message: Message?, type: NotificationType)

Properties

Link copied to clipboard

The date and time of the event.

Link copied to clipboard

The message involved in the event, if any.

Link copied to clipboard
val participant: Participant?

The participant involved in the event, if any.

Link copied to clipboard

The type of the notification.