com.yoti.api.client.sandbox.docs.SandboxDocScanConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yoti-sdk-sandbox Show documentation
Show all versions of yoti-sdk-sandbox Show documentation
Java SDK for simple integration with the Sandbox Yoti platform
The newest version!
package com.yoti.api.client.sandbox.docs;
public class SandboxDocScanConstants {
private SandboxDocScanConstants() { }
public static final String PROGRESS = "PROGRESS";
public static final String SHOULD_TRY_AGAIN = "SHOULD_TRY_AGAIN";
public static final String MUST_TRY_AGAIN = "MUST_TRY_AGAIN";
public static final String QUALITY = "QUALITY";
public static final String USER_ERROR = "USER_ERROR";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy