4.0.0 • Published 18 days ago

capacitor-moengage-geofence v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

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

ParamType
options{ appId: string; }

stopGeofenceMonitoring(...)

stopGeofenceMonitoring(options: { appId: string; }) => Promise<void>

Disables geofence monitoring. To stop receiving Location-Triggered campaigns

ParamType
options{ appId: string; }

4.0.0

18 days ago

3.3.0

1 month ago

3.2.0

4 months ago

3.1.0

6 months ago

3.0.0

8 months ago

2.2.0

1 year ago

2.1.0

1 year ago

1.1.1

1 year ago

1.1.1-beta

1 year ago

1.1.0

1 year ago

2.0.0

1 year ago

1.0.0

2 years ago

0.0.1

2 years ago