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)