Class UNTimeIntervalNotificationTrigger

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class UNTimeIntervalNotificationTrigger
extends UNNotificationTrigger
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • UNTimeIntervalNotificationTrigger

      protected UNTimeIntervalNotificationTrigger()
    • UNTimeIntervalNotificationTrigger

      protected UNTimeIntervalNotificationTrigger​(NSObject.Handle h, long handle)
    • UNTimeIntervalNotificationTrigger

      protected UNTimeIntervalNotificationTrigger​(NSObject.SkipInit skipInit)
    • UNTimeIntervalNotificationTrigger

      public UNTimeIntervalNotificationTrigger​(double timeInterval, boolean repeats)
  • Method Details

    • getTimeInterval

      public double getTimeInterval()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • nextTriggerDate

      public NSDate nextTriggerDate()
    • create

      protected static long create​(double timeInterval, boolean repeats)