Quiet Time

Configure quiet time to prevent notifications from being displayed during specific hours while still receiving them.

Quiet time allows you to suppress notifications during specific hours. Notifications are still received but won’t be displayed to the user during the quiet time window.

Configure Quiet Time

Configure quiet time

// Set quiet time from 7:30pm to 7:30am
Airship.push.setQuietTimeStartHour(19, startMinute: 30, endHour: 7, endMinute: 30)

// Enable quiet time
Airship.push.quietTimeEnabled = true
// Set quiet time from 7:30pm to 7:30am
[UAirship.push setQuietTimeStartHour:19 startMinute:30 endHour:7 endMinute:30];

// Enable quiet time
UAirship.push.quietTimeEnabled = YES;