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 .
interface PinProvider
Functions
Name | Summary |
---|---|
provide | Content abstract fun provide(pinConsumer: PinConsumer) |