SybrinIdentityConfiguration
A base class containing configurable options for the SDK
Last updated
A base class containing configurable options for the SDK
Last updated
import com.sybrin.identity.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.
public
CameraFacing
getCameraFacing ()
public boolean getCutoutCornerRadius ()
public String getEnvironmentKey()
public String getLicense()
public boolean getOverlayBorderColor ()
public boolean getOverlayBorderLength ()
public boolean getOverlayBorderThickness ()
public boolean getOverlayBrandingSubtitleColor ()
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 isEnableHelpMessage ()
public boolean isEnableMultiPhaseVerification ()
public boolean isEnableTorchButton ()
public boolean saveImages ()
Nested classes
class
SybrinIdentityConfiguration.Builder
Builder for the immutable SybrinIdentityConfiguration class.
Public methods
int
String
String
int
int
int
int
String
int
String
int
int
int
String[]
int
boolean
boolean
boolean
boolean
Returns
Which camera on the device is being used.
Returns
int
The radius of the overlay cutout corners.
Returns
String
Key describing the SDK's environment variables.
Returns
String
The Sybrin Identity Android SDK License used by the SDK.
Returns
int
The color of the overlay border.
Returns
int
The length of the overlay border corner pieces.
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 help message is enable or not.
Returns
boolean
Whether verification between scanning phases is enabled or not.
Returns
boolean
Whether the torch button is visible or not.
Returns
boolean
Whether the SDK should save all captured images after scanning completion.