Package-level declarations

Types

Link copied to clipboard

Specifies the error reason.

Link copied to clipboard
data class ParcelableFont @JvmOverloads constructor(@FontRes val resId: Int, val weight: FontWeight = FontWeight.Normal, val style: FontStyle = FontStyle.Normal) : Parcelable

Parcelable version of Font that can be used in ParcelableUiTypography. Customizations are limited to the most important Font parameters.

Link copied to clipboard
data class ParcelableTextStyle @JvmOverloads constructor(val fontFamily: List<ParcelableFont>? = null, val fontWeight: FontWeight? = null, val fontSize: TextUnit? = null, val lineHeight: TextUnit? = null) : Parcelable

Parcelable version of TextStyle that can be used in ParcelableUiTypography. Customizations are limited to the most important TextStyle parameters. Font family is represented as a list of ParcelableFont objects.

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

Defines the typography used in the Verify activity UI.

Link copied to clipboard

Represents the possible orientations of a screen.

Link copied to clipboard

UX-specific Pinglet tracker for monitoring user experience events and camera-related activities. This object extends PingletTracker to provide specialized tracking capabilities for user interface events, camera hardware information, scanning conditions, and camera permissions within the UX layer.

Functions

Link copied to clipboard
fun DeviceOrientationListener(applicationContext: Context, onOrientationChange: (ScreenOrientation) -> Unit)
Link copied to clipboard
fun fillErrorDialogsBlinkCard(onRetry: () -> Unit, onDoneError: () -> Unit): Map<ErrorState, @Composable () -> Unit>
Link copied to clipboard
fun onAppMovedToBackground(sessionNumber: Int)
Link copied to clipboard
fun onCameraPermissionCheck(sessionNumber: Int)
Link copied to clipboard
fun onCameraPermissionRequest(sessionNumber: Int)
Link copied to clipboard
fun onCameraPermissionUserResponse(sessionNumber: Int, cameraPermissionGranted: Boolean)
Link copied to clipboard
fun onCameraPreviewStarted(sessionNumber: Int)
Link copied to clipboard
fun onCameraPreviewStopped(sessionNumber: Int)
Link copied to clipboard
fun onCloseButtonClicked(sessionNumber: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard