SybrinIdentityConfiguration
A base class containing configurable options for the SDK
import com.sybrin.identitysdk.SybrinIdentityConfiguration
Provides an immutable reference to a configuration module used to control the look, feel, and behavior of the Sybrin Identity Android SDK.
In depth explanations and examples of how the SybrinIdentityConfiguration impacts the look, feel, and behavior of the Sybrin Identity Android SDK can be found within its Builder class.
Summary
Nested classes
class
Public methods
int
String
int
int
int
int
String
int
String
int
int
int
String[]
int
boolean
boolean
boolean
boolean
Public methods
getCameraFacing
public
CameraFacing
getCameraFacing ()
Returns
Which camera on the device is being used.
getCutoutCornerRadius
public boolean getCutoutCornerRadius ()
Returns
int
The radius of the overlay cutout corners.
getLicense
public String getLicense()
Returns
String
getOverlayBorderColor
public boolean getOverlayBorderColor ()
Returns
int
The color of the overlay border.
getOverlayBorderLength
public boolean getOverlayBorderLength ()
Returns
int
The length of the overlay border corner pieces.
getOverlayBorderThickness
public boolean getOverlayBorderThickness ()
Returns
int
The thickness of the overlay border.
getOverlayBrandingSubtitleColor
public boolean getOverlayBrandingSubtitleColor ()
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.
isEnableHelpMessage
public boolean isEnableHelpMessage ()
Returns
boolean
Whether the help message is enable or not.
isEnableMultiPhaseVerification
public boolean isEnableMultiPhaseVerification ()
Returns
boolean
Whether verification between scanning phases is enabled or not.
isEnableTorchButton
public boolean isEnableTorchButton ()
Returns
boolean
Whether the torch button is visible or not.
saveImages
public boolean saveImages ()
Returns
boolean
Whether the SDK should save all captured images after scanning completion.
Last updated