Struct iOSNotificationTimeIntervalTrigger | Mobile Notifications | 1.2.1-preview
docs.unity.cn
    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

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

    TimeInterval

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

    Type

    Declaration
    public static int Type { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX