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:
| method | arguments | description |
|---|---|---|
| setOnboarding | onboardingFilePath: 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; |
| setDocumentFull | documentfullFilePath: 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; |
| setDocumentFront | documentfrontFilePath: 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; |
| setDocumentBack | documentbackFilePath: 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; |