You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have initialized geofence like this .
this.geofence.initialize().then(
// resolved promise does not return a value
() => alert('Geofence Plugin Ready'),
(err) => alert(err)
)
Getting the error TypeError: Object(...) is not a function at Geofence.initialize .
Let me know if you have any input on this.
The text was updated successfully, but these errors were encountered:
I have initialized geofence like this .
this.geofence.initialize().then(
// resolved promise does not return a value
() => alert('Geofence Plugin Ready'),
(err) => alert(err)
)
Getting the error TypeError: Object(...) is not a function at Geofence.initialize .
Let me know if you have any input on this.
The text was updated successfully, but these errors were encountered: