QueryFeatureStateCallback

interface QueryFeatureStateCallback

Callback to get query features asynchronously.

Parameters

stateMap

A `feature state` object for the feature in case of the successful operation, string representing error otherwise.

Functions

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