stop

Call this method to stop Tempo.

Return

BDError? : Returns a subclass of BDError in the event of an error occurring, or null if Tempo stopped successfully.

Since

15.3.0


fun stop(context: Context): BDError?

Deprecated

We are replacing this method with stop()

Replace with

TempoService.stop()

Call this method to stop Tempo.

Return

BDError? : Returns a subclass of BDError in the event of an error occurring, or null if Tempo stopped successfully.

Since

15.3.0