passive constant
InterruptionLevel
const passive
The system adds the notification to the notification list without lighting up the screen or playing a sound.
https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel/passive
Implementation
static const InterruptionLevel passive = InterruptionLevel(0);