StartTrackingParticipantsCallback

interface StartTrackingParticipantsCallback : STWCallback<T>

Callback used to get result of starting the tracking of other user's device location

See also

Functions

Link copied to clipboard
abstract fun onStartTracking()
Called when the tracking of participants is successfully started without any error.

Inherited functions

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