public interface CLLocationPushServiceExtension
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CLLocationPushServiceExtension.Block_didReceiveLocationPushPayloadCompletion |
| Modifier and Type | Method and Description |
|---|---|
void |
didReceiveLocationPushPayloadCompletion(NSDictionary<java.lang.String,?> payload,
CLLocationPushServiceExtension.Block_didReceiveLocationPushPayloadCompletion completion)
Call the completion handler once the location push has been handled.
|
default void |
serviceExtensionWillTerminate()
Called just before this extension is terminated by the system.
|
void didReceiveLocationPushPayloadCompletion(NSDictionary<java.lang.String,?> payload, CLLocationPushServiceExtension.Block_didReceiveLocationPushPayloadCompletion completion)
default void serviceExtensionWillTerminate()