capacitor-radar
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -0,2 +1,8 @@ | ||
import type { PluginListenerHandle } from '@capacitor/core'; | ||
export interface RadarPlugin { | ||
addListener(eventName: 'clientLocation', listenerFunc: (location: Location, stopped: boolean, source: string) => void): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'location', listenerFunc: (location: Location, user: RadarUser) => void): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'events', listenerFunc: (events: RadarEvent[], user: RadarUser) => void): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'error', listenerFunc: (status: string) => void): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
addListener(eventName: 'log', listenerFunc: (message: string) => void): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
initialize(options: { | ||
@@ -3,0 +9,0 @@ publishableKey: string; |
{ | ||
"name": "capacitor-radar", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94331
648