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

Public methods

getCameraFacing

public CameraFacing getCameraFacing ()

getCorrelationId

public String getCorrelationId()

getCustomAuthorizationToken

public String getCustomAuthorizationToken()

Specifies a custom authorization token to be used during the online calls within the SDK.

getEnvironmentKey

public String getEnvironmentKey()

getLanguage

public Language getLanguage()

getLicense

public String getLicense()

getOverlayBorderColor

public boolean getOverlayBorderColor ()

getOverlayBorderThickness

public boolean getOverlayBorderThickness ()

getOverlayBrandingSubtitleColor

public boolean getOverlayBrandingSubtitleColor ()SybrinLivenessDetectionConfiguration.Builder

getOverlayBrandingSubtitleText

public boolean getOverlayBrandingSubtitleText ()

getOverlayBrandingTitleColor

public boolean getOverlayBrandingTitleColor ()

getOverlayBrandingTitleText

public boolean getOverlayBrandingTitleText ()

getOverlayColor

public boolean getOverlayColor ()

getOverlayLabelTextColor

public boolean getOverlayLabelTextColor ()

getOverlaySubLabelTextColor

public boolean getOverlaySubLabelTextColor ()

getPermissions

public String[] getPermissions ()

getTorchButtonColor

public boolean getTorchButtonColor ()

isEnableTorchButton

public boolean isEnableTorchButton ()

getOfflinePassiveLiveness

public boolean getOfflinePassiveLiveness ()

saveImages

public boolean saveImages ()

Last updated