Notification Result
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)