TrackingDeviceLocationCallback

interface TrackingDeviceLocationCallback : STWCallback<T>

A useful listener to get the result of tracking location request

Functions

Link copied to clipboard
abstract fun onSuccess()
Called when the location tracking is successfully started

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.