ScheduledNotification

@Serializable
data class ScheduledNotification(val instanceGuid: String, val scheduleOn: LocalDateTime, val repeatInterval: DateTimePeriod?, val repeatUntil: LocalDateTime?, val allowSnooze: Boolean, val message: NotificationMessage?, val isTimeSensitive: Boolean = false)

Constructors

Link copied to clipboard
constructor(instanceGuid: String, scheduleOn: LocalDateTime, repeatInterval: DateTimePeriod?, repeatUntil: LocalDateTime?, allowSnooze: Boolean, message: NotificationMessage?, isTimeSensitive: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val repeatInterval: DateTimePeriod?
Link copied to clipboard
val repeatUntil: LocalDateTime?
Link copied to clipboard
val scheduleOn: LocalDateTime