removeFeatureStateExpression

abstract fun removeFeatureStateExpression(featureStateExpressionId: Int, callback: FeatureStateOperationCallback = FeatureStateOperationCallback { })

Removes a specific feature state expression.

Remove a specific expression from the feature state expressions based on the expression ID.

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

featureStateExpressionId

The unique identifier of the expression to remove.

callback

The feature state operation callback called when the operation completes.