Interface IVerifyIdListener


public interface IVerifyIdListener
This interface is used to receive notification when ID verification is required during a transaction. Before calling ChipDnaMobile.startTransaction(Parameters) register this listener using ChipDnaMobile.addVerifyIdListener(IVerifyIdListener).
Author:
Creditcall Ltd.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onVerifyId(Parameters parameters)
    Invoked when ID verification is required.