SybrinLivenessDetectionConfiguration
import com.sybrin.livenessdetection.SybrinLivenessDetectionConfiguration
Provides an immutable reference to a configuration module used to control the look, feel, and behavior of the Sybrin Biometrics Android SDK Liveness Detection component.
In depth explanations and examples of how the SybrinLivenessDetectionConfiguration impacts the look, feel, and behavior of the Sybrin Identity Android SDK can be found within its Builder class.
Nested classes | |
class | |
Public methods | |
String | |
String | |
String | |
String | |
int | |
int | |
int | |
String | |
int | |
String | |
int | |
int | |
int | |
String[] | |
int | |
boolean | |
boolean | |
boolean |
Returns | |
Which camera on the device is being used. |
public String getCorrelationId()
Returns | |
String | Unique string identifying scan. |
public String
getCustomAuthorizationToken()
Specifies a custom authorization token to be used during the online calls within the SDK.
Returns | |
String | Custom authorization token to be used during the online calls within the SDK. |
public String getEnvironmentKey()
Returns | |
String | Key describing the SDK's environment variables. |
public Language getLanguage()
Returns | |
The language used by the SDK |
public String getLicense()
Returns | |
String |
public boolean getOverlayBorderColor ()
Returns | |
int | The color of the overlay border. |
public boolean getOverlayBorderThickness ()
Returns | |
int | The thickness of the overlay border. |
Returns | |
int | Color of the branding subtitle text. |
public boolean getOverlayBrandingSubtitleText ()
Returns | |
String | The overlay branding subtitle text. |
public boolean getOverlayBrandingTitleColor ()
Returns | |
int | Color of the overlay branding title text. |
public boolean getOverlayBrandingTitleText ()
Returns | |
String | The overlay branding title text. |
public boolean getOverlayColor ()
Returns | |
int | Color of the overlay. |
public boolean getOverlayLabelTextColor ()
Returns | |
int | Color of the overlay label text. |
public boolean getOverlaySubLabelTextColor ()
Returns | |
int | Color of the overlay sub-label text. |
public String[] getPermissions ()
Returns | |
String[] | Array containing permissions used by the SDK. |
public boolean getTorchButtonColor ()
Returns | |
int | Color of the torch button. |
public boolean isEnableTorchButton ()
Returns | |
boolean | Whether the torch button is visible or not. |
public boolean getOfflinePassiveLiveness ()
Returns | |
boolean | Whether offline passive liveness is enabled or not. |
public boolean saveImages ()
Returns | |
boolean | Whether the SDK should save all captured images after liveness detection completion. |
Last modified 2mo ago