setGeoIPTrackingEnabled

suspend fun Marigold.setGeoIPTrackingEnabled(enabledGeoIp: Boolean)

Enabled location tracking based on IP Address. Tracking location tracking is enabled by default. Use this method for users who may not want to have their location tracked at all.

Parameters

enabledGeoIp

A boolean value indicating whether or not to disable location based on IP Address.

Throws

Thrown if there is an error processing the request.