Skip to main content

VisualConfiguration

The VisualConfiguration class is used to configure the icons and images that appear to the user during SDK execution.

This class presents the following instance configuration methods:

methodargumentsdescription
setOnboardingonboardingFilePath: String, onboardingWidth: Int(optional) Local address of the image asset that will be displayed on the user's Onboarding screen during SDK execution; Desired display size of the image;
setDocumentFulldocumentfullFilePath: String, documentfullWidth: Int(optional) Local address of the image asset that will be displayed on the full CNH capture screen during SDK execution; Desired display size of the image;
setDocumentFrontdocumentfrontFilePath: String, documentfrontWidth: Int(optional) Local address of the image asset that will be displayed on the CNH front and RG front capture screen during SDK execution; Desired display size of the image;
setDocumentBackdocumentbackFilePath: String, documentbackWidth: Int(optional) Local address of the image asset that will be displayed on the CNH back and RG back screen during SDK execution; Desired display size of the image;