Class UNLocationNotificationTrigger

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • UNLocationNotificationTrigger

      protected UNLocationNotificationTrigger()
    • UNLocationNotificationTrigger

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

      protected UNLocationNotificationTrigger​(NSObject.SkipInit skipInit)
    • UNLocationNotificationTrigger

      public UNLocationNotificationTrigger​(CLRegion region, boolean repeats)
  • Method Details

    • getRegion

      public CLRegion getRegion()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • create

      protected static long create​(CLRegion region, boolean repeats)