Enum PresentationOption | Mobile Notifications | 1.3.2
docs.unity3d.com
    Show / Hide Table of Contents

    Enum PresentationOption

    Constants indicating how to present a notification in a foreground app

    Namespace: Unity.Notifications.iOS
    Syntax
    [Flags]
    public enum PresentationOption

    Fields

    Name Description Value
    None

    No options are set.

    0
    Badge

    Apply the notification's badge value to the app’s icon.

    1
    Sound

    Play the sound associated with the notification.

    2
    Alert

    Display the alert using the content provided by the notification.

    4
    In This Article
    • Fields
    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