QueryFeaturesCallback(androidJvm)

Callback to get query features asynchronously.

interface QueryFeaturesCallback(androidJvm)

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(features: Expected<String, List<QueriedFeature>>)

Inheritors

QueryFeaturesCallbackNative
Link copied to clipboard