Class UNCalendarNotificationTrigger

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • UNCalendarNotificationTrigger

      protected UNCalendarNotificationTrigger()
    • UNCalendarNotificationTrigger

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

      protected UNCalendarNotificationTrigger​(NSObject.SkipInit skipInit)
    • UNCalendarNotificationTrigger

      public UNCalendarNotificationTrigger​(NSDateComponents dateComponents, boolean repeats)
  • Method Details

    • getDateComponents

      public NSDateComponents getDateComponents()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • nextTriggerDate

      public NSDate nextTriggerDate()
    • create

      protected static long create​(NSDateComponents dateComponents, boolean repeats)