setUserConsent

external fun setUserConsent(isConsentGiven: Boolean, callback: GeofencingUtilsUserConsentResponseCallback)

Set the end-user consent for Geofencing to run.

param isConsentGiven true if user consents Geofencing, false if not (this will disable Geofencing). param callback Callback called when state is updated.