Struct iOSNotificationTimeIntervalTrigger
A trigger condition that causes a notification to be delivered after the specified amount of time elapses.
Implements
Inherited Members
Namespace: Unity.Notifications.iOS
Assembly: solution.dll
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
| Name | Description |
|---|---|
| Repeats | Whether the notification should repeat. |
| TimeInterval | Time interval after which the notification should be delivered (only total of full seconds is considered). |
| Type | The type of notification trigger. |