Enum PresentationOption | Mobile Notifications | 1.2.1-preview
docs.unity.cn
    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
    Alert

    Display the alert using the content provided by the notification.

    Badge

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

    None
    Sound

    Play the sound associated with the notification.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX