# Package-level declarations
# Types
Name | Summary |
---|---|
PinConsumer | interface PinConsumer An interface used to allow the application, using the MIRACLTrust SDK, to pass the PIN to the SDK. |
PinProvider | interface PinProvider An interface used to allow the MIRACLTrust SDK to request PIN. |
ResultHandler | interface ResultHandler<SUCCESS, FAIL> An interface used to connect MIRACLTrust SDK output to your application. |