The setLocationUpdatesEnabled method allows you to easily opt in or opt out an user from Pulsate Location Updates. This will turn on / off both geofencing and beaon scanning.
By default all users are opted in.
Example usage

val pulsateManager = PulsateFactory.getInstance()
pulsateManager.setLocationUpdatesEnabled(true) // Opt In
//or
pulsateManager.setLocationUpdatesEnabled(false)  // Opt Out