This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Disabling telemetry appears not to work #674
Open
Description
Based on #90 I called
Mapbox.getTelemetry()!!.setUserTelemetryRequestState(false) // Actually gotten from user pref
I then set a breakpoint on the next line, and inspected the value of Mapbox.getTelemetry()
The value of telemetryEnabler.currentTelemetryState
is "ENABLED"