docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum DismissType

    Every possible reason why a Notification element can be dismissed.

    Namespace: Unity.AppUI.Core
    Assembly: Unity.AppUI.dll
    Syntax
    public enum DismissType

    Fields

    Name Description
    Action

    The Notification element has been dismissed via an action click.

    Cancel

    The popup element has been dismissed via a Cancel action (Esc key, or Back button on mobile).

    Consecutive

    The Notification element has been dismissed via an action click.

    Manual

    The Notification element has been dismissed via a call of the method Dismiss().

    OutOfBounds

    The popup element has been dismissed via a click out of the element bounding box.

    PanelDestroyed

    The popup element has been dismissed because the panel has been destroyed.

    Timeout

    The Notification element has been dismissed via a time out.

    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)