docs.unity3d.com
    Show / Hide Table of Contents

    Struct iOSNotificationTimeIntervalTrigger

    A trigger condition that causes a notification to be delivered after the specified amount of time elapses.

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

    Create a iOSNotificationTimeIntervalTrigger instance when you want to schedule the delivery of a local notification after the specified time span has elapsed.

    Properties

    Repeats

    Whether the notification should repeat.

    Declaration
    public bool Repeats { readonly get; set; }
    Property Value
    Type Description
    Boolean

    TimeInterval

    Time interval after which the notification should be delivered (only total of full seconds is considered).

    Declaration
    public TimeSpan TimeInterval { get; set; }
    Property Value
    Type Description
    TimeSpan

    Type

    The type of notification trigger.

    Declaration
    public readonly iOSNotificationTriggerType Type { get; }
    Property Value
    Type Description
    iOSNotificationTriggerType
    Implements
    iOSNotificationTrigger.Type
    Back to top
    Terms of use
    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