changeGeolocationTrackingRuleRequest

open fun changeGeolocationTrackingRuleRequest(    @NonNull context: Context,     @NonNull ruleUUID: String,     @Nullable listener: ChangeTrackingRuleCallback)

The ability to change the tracking rule may apply to users for whom the tracking option is enabled. A tracking rule is a configurable condition that can be added from the administration platform to determine a time interval for the tracking. A tracking rule can be applied to one or more users. Call this method to change the tracking rule.

Parameters

context

the application context

ruleUUID

the tracking rule UUID

listener

ChangeTrackingRuleCallback: A useful listener to track the result of the request for tracking rule changes.