Package-level declarations

Types

Link copied to clipboard
data class HelpDialogsStrings(@StringRes val onboardingTitle: Int, @StringRes val onboardingBarcodeTitle: Int, @StringRes val onboardingMrzTitle: Int, @StringRes val onboardingMessage: Int, @StringRes val onboardingBarcodeMessage: Int, @StringRes val onboardingMrzMessage: Int, @StringRes val helpTitle1: Int, @StringRes val helpBarcodeTitle1: Int, @StringRes val helpMrzTitle1: Int, @StringRes val helpTitle2: Int, @StringRes val helpTitle3: Int, @StringRes val helpMessage1: Int, @StringRes val helpBarcodeMessage1: Int, @StringRes val helpMrzMessage1: Int, @StringRes val helpMessage2: Int, @StringRes val helpMessage3: Int) : Parcelable
Link copied to clipboard
data class ScanningStrings(@StringRes val instructionsFrontSide: Int, @StringRes val instructionsBackSide: Int, @StringRes val instructionsBarcode: Int, @StringRes val instructionsFlipDocument: Int, @StringRes val instructionsDocumentTooCloseToEdge: Int, @StringRes val instructionsDocumentNotFullyVisible: Int, @StringRes val instructionsDocumentTilted: Int, @StringRes val instructionsFacePhotoNotFullyVisible: Int, @StringRes val instructionsScanningWrongSide: Int, @StringRes val instructionsBlurDetected: Int, @StringRes val instructionsGlareDetected: Int, @StringRes val instructionsMoveFarther: Int, @StringRes val instructionsMoveCloser: Int, @StringRes val snackbarFlashlightWarning: Int) : Parcelable
Link copied to clipboard
data class SdkStrings(val scanningStrings: ScanningStrings, val helpDialogsStrings: HelpDialogsStrings) : Parcelable

Data class contains all the strings used throughout the SDK. Default can be used to keep the original strings if only some of the elements are to be changed.

Link copied to clipboard
object SdkTheme
Link copied to clipboard
data class UiColors(val helpButtonBackground: Color, val helpButton: Color, val helpTooltipBackground: Color, val helpTooltipText: Color)

Data class contains all the text, button, and background colors used throughout the SDK scanning session. Default can be used to keep the original theme colors if only some of the elements are to be changed.

Link copied to clipboard
data class UiTypography(val onboardingTitle: TextStyle, val onboardingText: TextStyle, val onboardingButton: TextStyle, val helpDialogTitle: TextStyle, val helpDialogText: TextStyle, val helpDialogButton: TextStyle, val errorDialogTitle: TextStyle, val errorDialogText: TextStyle, val errorDialogButton: TextStyle, val scanningInstructions: TextStyle, val helpTooltip: TextStyle, val loadingScreen: TextStyle)

Defines the typography used in the verification UI.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Gray: Color
Link copied to clipboard
Link copied to clipboard
val SdkTypography: (fontFamily: FontFamily?) -> UiTypography
Link copied to clipboard