Enum Importance | Mobile Notifications | 1.0.4-preview.9
docs.unity3d.com
    Show / Hide Table of Contents

    Enum Importance

    The level of interruption of this notification channel. The importance of a notification is used to determine how much the notification should interrupt the user (visually and audibly). The higher the importance of a notification, the more interruptive the notification will be.

    Namespace: Unity.Notifications.Android
    Syntax
    public enum Importance
    Remarks

    The exact behaviour of each importance level might vary depending on the device and OS version on devices running Android 7.1 or older.

    Fields

    Name Description
    Default

    Default importance, notification is shown everywhere, makes noise, but does not intrude visually.

    High

    High importance, notification is shown everywhere, makes noise and is shown on the screen.

    Low

    Low importance, notification is shown everywhere, but is not intrusive.

    None

    A notification with no importance: does not show in the shade.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023