Presentation Event
Events returned by a presentation process.
Inheritors
Types
Event received after a presentation process is started and InfoEvent.result is completed. Contains a list of saved Attestations matching the requested credentials. The CompletableDeferred result has to be completed with either the list of selected Attestation.ids to be sent to the relying party or an empty list if no Attestation is to be sent for the flow to continue. See com.youniqx.walletsdk.presentation.Presentation.presentWith for a usage example.
Generic error event returning the exception as message for debugging purposes.
First event received after a presentation process is started. Contains a PresentationRequest object and a CompletableDeferred result which has to be completed for the flow to continue. See com.youniqx.walletsdk.presentation.Presentation.presentWith for a usage example.
Event received if the presentation request contains invalid or corrupted data.
Event received if a feature is not implemented yet.
Event received if the request URL was invalid or the request metadata could not be read.
Event received after a presentation process failed. Contains a PresentationRequest object to inform once more about the requested credentials and the issuer.
Event received after a presentation process is finished successfully. Contains a PresentationRequest object to inform once more about the requested credentials and the issuer.