Class HMLocationEvent

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
HMMutableLocationEvent

public class HMLocationEvent
extends HMEvent
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • HMLocationEvent

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

      protected HMLocationEvent​(NSObject.SkipInit skipInit)
    • HMLocationEvent

      public HMLocationEvent​(CLRegion region)
  • Method Details

    • getRegion

      public CLRegion getRegion()
    • init

      protected long init​(CLRegion region)
    • updateRegion

      @Deprecated public void updateRegion​(CLRegion region, VoidBlock1<NSError> completion)
      Deprecated.
      Deprecated in iOS 11.0. No longer supported.
      Since:
      Available in iOS 9.0 and later.
    • isSupportedForHome

      public static boolean isSupportedForHome​(HMHome home)
      Since:
      Available in iOS 11.0 and later.