5.0.0 • Published 1 year ago
capacitor-moengage-geofence v5.0.0
capacitor-moengage-geofence
MoEngage Capacitor package to support geofence based campaigns in iOS platform
Install
npm install capacitor-moengage-geofence
npx cap syncAPI
startGeofenceMonitoring(...)
startGeofenceMonitoring(options: { appId: string; }) => Promise<void>Enables geofence monitoring. Required Only if the account is configured for Location-Triggered campaigns
| Param | Type |
|---|---|
options | { appId: string; } |
stopGeofenceMonitoring(...)
stopGeofenceMonitoring(options: { appId: string; }) => Promise<void>Disables geofence monitoring. To stop receiving Location-Triggered campaigns
| Param | Type |
|---|---|
options | { appId: string; } |