Package com.incode.welcome_sdk.modules
Class QES.Builder
-
- All Implemented Interfaces:
public final class QES.Builder- Since:
-
-
Constructor Summary
Constructors Constructor Description QES.Builder()
-
Method Summary
Modifier and Type Method Description final QES.BuildersetUploadDocument(Boolean uploadDocument)final QES.BuildersetDownloadDocument(Boolean downloadDocument)final QES.BuildersetProviderCode(String providerCode)final QESbuild()-
-
Method Detail
-
setUploadDocument
final QES.Builder setUploadDocument(Boolean uploadDocument)
- Parameters:
uploadDocument- If true, shows the QES upload screen before the normal QES screens.- Returns:
Builder
- Since:
-
setDownloadDocument
final QES.Builder setDownloadDocument(Boolean downloadDocument)
- Parameters:
downloadDocument- If true, downloads signed PDFs, and shows the Confirmed Signature Details screen at the end of the QES flow.- Returns:
Builder
-
setProviderCode
final QES.Builder setProviderCode(String providerCode)
- Parameters:
providerCode- Identifier of the qualified signature provider to use for this session (for exampleQES_3).- Returns:
Builder
- Since:
-
-
-
-