@capacitor-community/background-geolocation
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,9 +0,1 @@ | ||
import {CallbackID} from "@capacitor/core/dist/esm/core-plugin-definitions"; | ||
declare module "@capacitor/core" { | ||
interface PluginRegistry { | ||
BackgroundGeolocation: BackgroundGeolocationPlugin; | ||
} | ||
} | ||
export interface WatcherOptions { | ||
@@ -39,7 +31,7 @@ backgroundMessage?: string; | ||
) => void | ||
): Promise<CallbackID>; | ||
): Promise<string>; | ||
removeWatcher(options: { | ||
id: CallbackID | ||
id: string | ||
}): Promise<void>; | ||
openSettings(): Promise<void>; | ||
} |
{ | ||
"name": "@capacitor-community/background-geolocation", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Receive geolocation updates even while app is backgrounded.", | ||
@@ -5,0 +5,0 @@ "repository": { |
43371
470