Interface CLLocationPushServiceExtension

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
CLLocationPushServiceExtensionAdapter

public interface CLLocationPushServiceExtension
extends NSObjectProtocol
Since:
Available in iOS 15.0 and later.
  • Method Details

    • didReceiveLocationPushPayload

      void didReceiveLocationPushPayload​(NSDictionary<NSString,​?> payload, Runnable completion)
    • serviceExtensionWillTerminate

      void serviceExtensionWillTerminate()