ResultHandler

An interface used to connect the MIRACL Trust SDK output to your application.

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

Parameters

<SUCCESS>

The value type on success.

<FAIL>

The value type on failure.

Functions

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