SybrinLivenessDetectionConfiguration
Last updated
Last updated
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.
public
CameraFacing
getCameraFacing ()
public String getCorrelationId()
public String
getCustomAuthorizationToken()
Specifies a custom authorization token to be used during the online calls within the SDK.
public String getEnvironmentKey()
public Language getLanguage()
public String getLicense()
public boolean getOverlayBorderColor ()
public boolean getOverlayBorderThickness ()
public boolean getOverlayBrandingSubtitleColor ()
SybrinLivenessDetectionConfiguration.Builder
public boolean getOverlayBrandingSubtitleText ()
public boolean getOverlayBrandingTitleColor ()
public boolean getOverlayBrandingTitleText ()
public boolean getOverlayColor ()
public boolean getOverlayLabelTextColor ()
public boolean getOverlaySubLabelTextColor ()
public String[] getPermissions ()
public boolean getTorchButtonColor ()
public boolean isEnableTorchButton ()
public boolean getOfflinePassiveLiveness ()
public boolean saveImages ()
Nested classes
class
SybrinLivenessDetectionConfiguration.Builder
Builder for the immutable SybrinLivenessDetectionConfiguration 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.
Returns
String
Unique string identifying scan.
Returns
String
Custom authorization token to be used during the online calls within the SDK.
Returns
String
Key describing the SDK's environment variables.
Returns
The language used by the SDK
Returns
String
The Sybrin Biometrics Android SDK License used by the SDK.
Returns
int
The color of the overlay border.
Returns
int
The thickness of the overlay border.
Returns
int
Color of the branding subtitle text.
Returns
String
The overlay branding subtitle text.
Returns
int
Color of the overlay branding title text.
Returns
String
The overlay branding title text.
Returns
int
Color of the overlay.
Returns
int
Color of the overlay label text.
Returns
int
Color of the overlay sub-label text.
Returns
String[]
Array containing permissions used by the SDK.
Returns
int
Color of the torch button.
Returns
boolean
Whether the torch button is visible or not.
Returns
boolean
Whether offline passive liveness is enabled or not.
Returns
boolean
Whether the SDK should save all captured images after liveness detection completion.