OnTrackingStateChangeListener

interface OnTrackingStateChangeListener

Used for receiving notifications when tracking state has changed.

Functions

Link copied to clipboard
abstract fun onError(trackingError: TrackingError)
Called to report errors in the SDK.
Link copied to clipboard
abstract fun onTrackingStart()
Called to report tracking started.
Link copied to clipboard
abstract fun onTrackingStop()
Called to report tracking stopped.