Package com.incode.welcome_sdk.modules
Class AES.Builder
-
- All Implemented Interfaces:
public final class AES.Builder
-
-
Constructor Summary
Constructors Constructor Description AES.Builder()
-
Method Summary
Modifier and Type Method Description final AES.Builder
setUploadDocument(Boolean uploadDocument)
final AES.Builder
setDownloadDocument(Boolean downloadDocument)
final AES
build()
-
-
Method Detail
-
setUploadDocument
final AES.Builder setUploadDocument(Boolean uploadDocument)
- Parameters:
uploadDocument
- If true, shows the AES upload screen before the normal AES screens.- Returns:
Builder
-
setDownloadDocument
final AES.Builder setDownloadDocument(Boolean downloadDocument)
- Parameters:
downloadDocument
- If true, downloads signed PDFs, and shows the Confirmed Signature Details screen at the end of AES flow.- Returns:
Builder
-
-
-
-