Package-level declarations

Types

Link copied to clipboard
data class VerifySdkStrings(val verifyScanningStrings: ScanningStrings, val verifyHelpDialogsStrings: HelpDialogsStrings, val verifyAccessibilityStrings: AccessibilityStrings) : SdkStrings, 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.

Functions

Link copied to clipboard
fun BlinkIdVerifySdkTheme(verifyUiSettings: UiSettings, darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit)

Theme used in the entire SDK. Defines colors and strings that are used for all the elements. The theme can be updated by defining UiSettings which customizes all the visual elements.