hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk
/
TrackingStateObserver
/
OnTrackingStateChangeListener
On
Tracking
State
Change
Listener
interface
OnTrackingStateChangeListener
Content copied to clipboard
Used for receiving notifications when tracking state has changed.
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
trackingError
:
TrackingError
)
Content copied to clipboard
Called to report errors in the SDK.
on
Tracking
Start
Link copied to clipboard
abstract
fun
onTrackingStart
(
)
Content copied to clipboard
Called to report tracking started.
on
Tracking
Stop
Link copied to clipboard
abstract
fun
onTrackingStop
(
)
Content copied to clipboard
Called to report tracking stopped.