FeatureStateOperationCallback

Callback to get operation status on the feature states asynchronously.

Parameters

operationStatus

A string describing an error if the operation was not successful, empty otherwise.

Functions

Link copied to clipboard
abstract fun run(@NonNull operationStatus: Expected<String, None>)