capacitor-moengage-geofence
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

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; }

Package Sidebar

Install

npm i capacitor-moengage-geofence

Weekly Downloads

13

Version

3.3.0

License

MIT

Unpacked Size

22.2 kB

Total Files

24

Last publish

Collaborators

  • moengagecordava