LegalTalentFlowView
Callbacks
There is no error callback. Errors during the flow (expired token, network loss, rejected upload) are shown to the applicant inside the flow with a retry where it makes sense.
KYCSession
The session passed toonComplete. Useful fields:
To get the decision, read the session on your backend by
session_id.
Errors
The headless client throwsLegalTalentError. Every error exposes a stable code:
Zero-retention sessions add
singleSubmitCode; see Zero-retention errors.
Environments
A token only works against the environment where the session was created.
Versioning
One SemVer for both platforms: tagv1.2.3 is SPM from: "1.2.3" and Maven 1.2.3. Published versions are immutable; fixes ship as a new patch version. Production apps must not consume -SNAPSHOT builds.