TempoStatusListener

interface TempoStatusListener

Provides callbacks on ServiceManager.startTempoTracking

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
tempoStarted
Link copied to clipboard
abstract fun tempoStarted()
It is called when Tempo is successfully started with the provided destinationId.
tempoStartError
Link copied to clipboard
abstract fun tempoStartError(error: BDError)
It is called when there is an error in Tempo startErrors thrown are: TempoInvalidDestinationIdError - is generated when the destinationId is not valid TempoAlreadyInProgressError - is generated when already Tempo tracking is ongoing and a new ServiceManager.startTempoTracking request is called
tempoStopped
Link copied to clipboard
abstract fun tempoStopped()
It is called when Tempo stop is successful
toString
Link copied to clipboard
open fun toString(): String