Result Handler
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.