ParcelableUiTypography

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.

This Typography object specifies the text styles for various UI elements in the verification flow, such as headlines, labels, body text, and titles. It provides a consistent look and feel throughout the UI. Customizations are limited to the most important TextStyle and Font parameters through ParcelableTextStyle and ParcelableFont classes.

Constructors

Link copied to clipboard
constructor(onboardingTitle: ParcelableTextStyle, onboardingText: ParcelableTextStyle, onboardingButton: ParcelableTextStyle, helpDialogTitle: ParcelableTextStyle, helpDialogText: ParcelableTextStyle, helpDialogButton: ParcelableTextStyle, errorDialogTitle: ParcelableTextStyle, errorDialogText: ParcelableTextStyle, errorDialogButton: ParcelableTextStyle, scanningInstructions: ParcelableTextStyle, helpTooltip: ParcelableTextStyle, loadingScreen: ParcelableTextStyle)

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)