ResultHandler

An interface used to connect MIRACLTrust SDK output to your application.

This interface defines the onResult method, which handles the result of a MIRACLTrust SDK operation. Important: Implementations of this method will be invoked on the main thread.

Parameters

<SUCCESS>

type of the value on success.

<FAIL>

type of the value on failure.

Functions

Link copied to clipboard
abstract fun onResult(@NonNull result: MIRACLResult<SUCCESS, FAIL>)
Handles the result of a MIRACLTrust SDK operation.