QueryFeaturesCallback

interface QueryFeaturesCallback

Callback to get query features asynchronously.

Parameters

features

An array of returned `features` in case of the successful operation, string representing error otherwise.

Functions

run
Link copied to clipboard
abstract fun run(@NonNull features: Expected<String, List<QueriedFeature>>)