docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum NotificationInterruptionLevel

    Importance and delivery timing of a notification. For more information, refer to Apple documentation. UNNotificationInterruptionLevel is available since iOS version 15. On versions earlier than iOS 15, the interruption level is always active.

    Namespace: Unity.Notifications.iOS
    Assembly: Unity.Notifications.iOS.dll
    Syntax
    public enum NotificationInterruptionLevel

    Fields

    Name Description
    Active

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

    Critical

    The system presents the notification immediately, lights up the screen, and bypasses the mute switch to play a sound.

    Passive

    The system adds the notification to the notification list without lighting up the screen or playing a sound.

    TimeSensitive

    The system presents the notification immediately, lights up the screen, and can play a sound, but won’t break through system notification controls.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)