Package com.regula.facesdk.configuration
Class Customization
- java.lang.Object
-
- com.regula.facesdk.configuration.Customization
-
public class Customization extends java.lang.Object
Structure containing parameters for UI customization on the Camera screen
-
-
Field Summary
Fields Modifier and Type Field Description protected <any>
customizationLayer
protected <any>
uiConfiguration
-
Constructor Summary
Constructors Constructor Description Customization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <any>
getUiConfigurationLive()
<any>
getUiCustomizationLayer()
void
setUiConfiguration(UiConfiguration uiConfig)
void
setUiCustomizationLayer(JSONObject mUiCustomizationLayer)
JSON structure defining labels and graphic elements to be added to the Camera UI
-
-
-
Method Detail
-
getUiCustomizationLayer
public <any> getUiCustomizationLayer()
-
setUiCustomizationLayer
public void setUiCustomizationLayer(JSONObject mUiCustomizationLayer)
JSON structure defining labels and graphic elements to be added to the Camera UI
-
setUiConfiguration
public void setUiConfiguration(UiConfiguration uiConfig)
-
getUiConfigurationLive
public <any> getUiConfigurationLive()
-
-