active constant

InterruptionLevel const active

The system presents the notification immediately, lights up the screen, and can play a sound.

https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel/active

Implementation

static const InterruptionLevel active = InterruptionLevel(1);