Signal sent by the IdCardGetterInterface when the IdCardGetterInterface is requested to be cancelled.
Such an event is fired if the IdCardGetterInterface was running and IdCardGetterInterface.cancel is called. The IdCardReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the IdCardGetterInterface when the IdCardGetterInterface is ready, i.e. IdCardGetterInterface.getPartInstanceInfos can be called.
Warning, the IdCardReady signal is sent when IdCardGetterInterface.cancel is called and the IdCardGetterInterface is updating. In such a case, no data will be available in the IdCardGetterInterface.
The attachment is a string telling the request id of the call to IdCardGetterInterface.retrieveIdCard (IdCardGetterInterface.getLastRequestId).
The IdCardGetterInterfaceSignal lists all the signals that may be sent by the IdCardGetterInterface.
These signals are emitted by the IdCardGetterInterface when some data is available.
part instance ids, IdCardGetterInterface.getPartInstanceInfos can be called.Please refer to IdCardGetterInterface for more information about id-card requests.
See
IdCardGetterInterface