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

    Struct iOSNotificationPushTrigger

    A trigger condition that indicates the notification was sent from Apple Push Notification Service (APNs).

    Namespace: Unity.Notifications.iOS
    Syntax
    public struct iOSNotificationPushTrigger : iOSNotificationTrigger
    Remarks

    You should not create instances of this type manually. Instead compare the Trigger property of notification objects received in OnNotificationReceived to this type to determine whether the received notification was scheduled locally or remotely.

    Examples

    notification.Trigger is iOSNotificationPushTrigger

    Properties

    Type

    Declaration
    public static int Type { get; }
    Property Value
    Type Description
    Int32
    In This Article
    • Properties
      • Type
    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