docs.unity3d.com
Search Results for

    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
    Assembly: solution.dll
    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.

    In This Article
    Back to top
    Copyright © 2024 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)