3.16.0
, the SDK can be remotely configured through the dashboard. Configurations are targeted by OS and environment. With these configuration options, a typical tracking implementation requires only calling Radar.initialize()
and, optionally, Radar.setUserId()
.
Track once on initialize
When enabled, the SDK will automatically perform aRadar.trackOnce()
call when the app is launched or foregrounded.
Start tracking on initialize
When enabled, the SDK will automatically start tracking withRadar.startTracking()
when the app is launched.