Class UNNotificationTrigger

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
UNCalendarNotificationTrigger, UNLocationNotificationTrigger, UNPushNotificationTrigger, UNTimeIntervalNotificationTrigger

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

    • UNNotificationTrigger

      protected UNNotificationTrigger()
    • UNNotificationTrigger

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

      protected UNNotificationTrigger​(NSObject.SkipInit skipInit)
    • UNNotificationTrigger

      public UNNotificationTrigger​(NSCoder coder)
  • Method Details

    • isRepeats

      public boolean isRepeats()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)