Class SdkConfig
java.lang.Object
com.yoti.api.client.docs.session.create.SdkConfig
Provides configuration properties used by the web/native clients
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SdkConfig.Builderbuilder()The methods allowed for capturing document imagesIf mobile handoff is allowed in the sessionThe number of allowed attempts for certain tasksThe error URLThe font colourThe localeThe preset issuing countryThe primary colourThe privacy policy URLThe secondary colourThe success URL
-
Method Details
-
builder
-
getAllowedCaptureMethods
The methods allowed for capturing document images- Returns:
- the allowed capture methods
-
getPrimaryColour
The primary colour- Returns:
- the primary colour
-
getSecondaryColour
The secondary colour- Returns:
- the secondary colour
-
getFontColour
The font colour- Returns:
- the font colour
-
getLocale
The locale- Returns:
- the locale
-
getPresetIssuingCountry
The preset issuing country- Returns:
- the preset issuing country
-
getSuccessUrl
The success URL- Returns:
- the success URL
-
getErrorUrl
The error URL- Returns:
- the error URL
-
getPrivacyPolicyUrl
The privacy policy URL- Returns:
- the privacy policy URL
-
getAllowHandoff
If mobile handoff is allowed in the session- Returns:
- if mobile handoff is allowed
-
getAttemptsConfiguration
The number of allowed attempts for certain tasks- Returns:
- the attempts configuration
-