Sailthru Mobile Android SDK 8.1.0
Features
Geo IP Location Tracking
We have added a new method to set whether geo location is enabled or disabled by default. Simply call the Carnival.setGeoIpTrackingDefault()
method before Carnival.startEngine()
to set the preferred value.
We have also added the Carnival.setGeoIpTrackingEnabled(boolean, CarnivalHandler)
method for if you want to be able to check and handle the result of this call.