UiCustomizationOptions

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)

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.