NotificationInfo

constructor(notifyAt: NotificationType, offset: String? = null, interval: String? = null, allowSnooze: Boolean? = null, message: NotificationMessage? = null, type: String? = null)

Parameters

notifyAt
offset

The time after a window starts or before it ends (based on the notifyAt property) when a notification should be shown to the user.

interval

If a window lasts for more thatn twenty-four hours, a notification can be repeated on a daily repeat value. Only day values are allowed.

allowSnooze

Allow the participant to “snooze” a notification or reminder (dismiss it with some amount of time before it occurs again). Cannot be true if notifyAt is null.

message
type

NotificationInfo