capacitor-moengage-geofence
v5.0.0
Published
MoEngage Capacitor package to support geofence based campaigns in iOS platform
Downloads
9
Maintainers
Readme
capacitor-moengage-geofence
MoEngage Capacitor package to support geofence based campaigns in iOS platform
Install
npm install capacitor-moengage-geofence
npx cap sync
API
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; } |