docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct iOSNotificationPushTrigger

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

    Implements
    iOSNotificationTrigger
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Unity.Notifications.iOS
    Assembly: solution.dll
    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

    The type of notification trigger.

    Declaration
    public iOSNotificationTriggerType Type { get; }
    Property Value
    Type Description
    iOSNotificationTriggerType

    Implements

    iOSNotificationTrigger
    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)