UiCustomizationOptions

public final class UiCustomizationOptions

Parameters

language

This field set application default language.

retryScreenDocumentDescription

This field sets Retry screen text description for Document error

retryScreenFaceDescription

This field sets Retry screen text description for Face error.

retryScreenImageTintColor

This field changes Retry screen image tint color.

retryScreenButtonTintColor

This field changes Retry screen button background colors.

Constructors

Link copied to clipboard
public UiCustomizationOptions UiCustomizationOptions(LANGUAGE language, String retryScreenDocumentDescription, String retryScreenFaceDescription, @ColorInt() Integer retryScreenImageTintColor, @ColorInt() Integer retryScreenButtonTintColor)
public UiCustomizationOptions UiCustomizationOptions(LANGUAGE language, String retryScreenDocumentDescription, String retryScreenFaceDescription, @ColorInt() Integer retryScreenImageTintColor)
public UiCustomizationOptions UiCustomizationOptions(LANGUAGE language, String retryScreenDocumentDescription, String retryScreenFaceDescription)
public UiCustomizationOptions UiCustomizationOptions(LANGUAGE language, String retryScreenDocumentDescription)

Properties

Link copied to clipboard
private final LANGUAGE language

Type: LANGUAGE
nullable: true
example:

 LANGUAGE.valueOf(EN) 

Link copied to clipboard

Type: Int
nullable: true
example: getColor(android.R.color.black)).

Link copied to clipboard

Type: string
nullable: true
example: Real ID Not Found.

Link copied to clipboard

Type: string
nullable: true
example: Real Face Not Found.

Link copied to clipboard

Type: Int
nullable: true
example: getColor(android.R.color.black)).

Functions

Link copied to clipboard
public final LANGUAGE getLanguage()

Type: LANGUAGE
nullable: true
example:

 LANGUAGE.valueOf(EN) 

Link copied to clipboard

Type: Int
nullable: true
example: getColor(android.R.color.black)).

Link copied to clipboard

Type: string
nullable: true
example: Real ID Not Found.

Link copied to clipboard

Type: string
nullable: true
example: Real Face Not Found.

Link copied to clipboard

Type: Int
nullable: true
example: getColor(android.R.color.black)).