ChangeTrackingRuleCallback

interface ChangeTrackingRuleCallback : STWCallback<T>

This interface is used with STWGeolocationManager to get the result of changing tracking rule request.

Functions

Link copied to clipboard
abstract fun success()
Callback received when the request to modify the tracking rule has been succeeded

Inherited functions

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