5.0.0 • Published 11 months ago

capacitor-moengage-geofence v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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; }

5.0.0

11 months ago

4.1.0

1 year ago

4.0.0

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.0

2 years ago

3.0.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

1.1.1

3 years ago

1.1.1-beta

3 years ago

1.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago