resetFeatureStateExpressions

abstract fun resetFeatureStateExpressions(callback: FeatureStateOperationCallback = FeatureStateOperationCallback { })

Reset all feature state expressions.

Note that updates to feature state expressions are asynchronous, so changes made by this method might not be immediately visible and will have some delay.

Parameters

callback

The feature state operation callback called when the operation completes.