PinProvider

interface PinProvider

An interface used to allow the MIRACLTrust SDK to request PIN. The application using the SDK is responsible for obtaining the PIN from the user and then pass it to the PinConsumer.

Functions

Link copied to clipboard
abstract fun provide(@NonNull pinConsumer: PinConsumer)