Airflux
object Airflux
Functions
Link copied to clipboard
Removes every context information.
Removes every context specific information.
Removes every context specific item of key-value information.
Link copied to clipboard
Disables SDK.
Link copied to clipboard
Initializes the SDK with the provided app and option.
Link copied to clipboard
Indicates SDK is enabled.
Link copied to clipboard
Indicates tracking is enabled.
Link copied to clipboard
fun requestInference(name: String, parameters: Map<String, Any>? = null, onSuccess: BiConsumer<String?, Map<String, Any>?>, onFailure: Consumer<AirfluxError>): Boolean
Requests inference.
Link copied to clipboard
Sets specific context information without value.
Sets specific context information.
Sets specific context item of key-value information.
Link copied to clipboard
Sets user’s specific information.
Sets user’s specific item of key-value information.
Link copied to clipboard
Starts tracking.
Link copied to clipboard
Stops tracking.