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.
Summary
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 |
Public methods
getCameraFacing
public
CameraFacing
getCameraFacing ()
Returns | |
Which camera on the device is being used. |
getCorrelationId
public String getCorrelationId()
Returns | |
String | Unique string identifying scan. |
getCustomAuthorizationToken
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. |
getEnvironmentKey
public String getEnvironmentKey()
Returns | |
String | Key describing the SDK's environment variables. |
getLanguage
public Language getLanguage()
Returns | |
The language used by the SDK |
getLicense
public String getLicense()
Returns | |
String | The Sybrin Biometrics Android SDK License used by the SDK. |
getOverlayBorderColor
public boolean getOverlayBorderColor ()
Returns | |
int | The color of the overlay border. |
getOverlayBorderThickness
public boolean getOverlayBorderThickness ()
Returns | |
int | The thickness of the overlay border. |
getOverlayBrandingSubtitleColor
public boolean getOverlayBrandingSubtitleColor ()
SybrinLivenessDetectionConfiguration.Builder
Returns | |
int | Color of the branding subtitle text. |
getOverlayBrandingSubtitleText
public boolean getOverlayBrandingSubtitleText ()
Returns | |
String | The overlay branding subtitle text. |
getOverlayBrandingTitleColor
public boolean getOverlayBrandingTitleColor ()
Returns | |
int | Color of the overlay branding title text. |
getOverlayBrandingTitleText
public boolean getOverlayBrandingTitleText ()
Returns | |
String | The overlay branding title text. |
getOverlayColor
public boolean getOverlayColor ()
Returns | |
int | Color of the overlay. |
getOverlayLabelTextColor
public boolean getOverlayLabelTextColor ()
Returns | |
int | Color of the overlay label text. |
getOverlaySubLabelTextColor
public boolean getOverlaySubLabelTextColor ()
Returns | |
int | Color of the overlay sub-label text. |
getPermissions
public String[] getPermissions ()
Returns | |
String[] | Array containing permissions used by the SDK. |
getTorchButtonColor
public boolean getTorchButtonColor ()
Returns | |
int | Color of the torch button. |
isEnableTorchButton
public boolean isEnableTorchButton ()
Returns | |
boolean | Whether the torch button is visible or not. |
getOfflinePassiveLiveness
public boolean getOfflinePassiveLiveness ()
Returns | |
boolean | Whether offline passive liveness is enabled or not. |
saveImages
public boolean saveImages ()
Returns | |
boolean | Whether the SDK should save all captured images after liveness detection completion. |
Last updated