ResultHandler
An interface used to connect MIRACLTrust SDK output to your application. The result could be either MiraclSuccess or MiraclError.
interface ResultHandler<SUCCESS, FAIL>
Parameters
Name | Summary |
---|---|
< type of the value on failure. |
|
< type of the value on success. |
Functions
Name | Summary |
---|---|
onResult | Content abstract fun onResult(result: MiraclResult<SUCCESS, FAIL>) |