Debug

The Debug module adds certain useful bits of debug functionality to the Rover SDK, namely a new isTestDevice boolean to each event that is tracked through the EventQueue and a hidden activity for managing its value.

Note that it may safely be used in production as well as dev builds of your app, but it is optional should you want to be extra sure that debug functionality cannot be inadvertently exposed.

Assembler

Rover.initialize(
    // ...,
    DebugAssembler()
)

The DebugAssembler doesn’t take any parameters.

System Frameworks
  • AppCompat
  • Kotlin Stdlib
  • Support Preference
  • Support v4
Dependencies