MicroblinkPlatformTypography

data class MicroblinkPlatformTypography(val homeTitle: TextStyle, val homeSubtitle: TextStyle, val homeStepTitle: TextStyle, val homeStepSubtitle: TextStyle, val homeStepStatus: TextStyle, val homeConditionalWarning: TextStyle, val textButton: TextStyle, val faceCaptureStatus: TextStyle, val cameraPermissionTitle: TextStyle, val cameraPermissionSubtitle: TextStyle, val errorTitle: TextStyle, val errorSubtitle: TextStyle, val loadingTitle: TextStyle, val resultTitle: TextStyle, val resultSubtitle: TextStyle, val documentUploadTitle: TextStyle, val documentUploadSubtitle: TextStyle, val documentUploadDisplayName: TextStyle, val documentUploadDescription: TextStyle, val documentUploadWarning: TextStyle, val documentUploadSide: TextStyle, val documentUploadError: TextStyle, val documentUploadSourceDialogTitle: TextStyle, val documentUploadSourceDialogSubtitle: TextStyle, val dialogTitle: TextStyle, val dialogSubtitle: TextStyle, val dialogButton: TextStyle, val documentUploadSelectorTitle: TextStyle, val documentUploadSelectorItem: TextStyle, val documentUploadFileName: TextStyle, val documentUploadFileSize: TextStyle, val documentUploadDefaultFileTitle: TextStyle, val userInputTitle: TextStyle, val userInputSubtitle: TextStyle, val userInputDisplayName: TextStyle, val userInputDescription: TextStyle, val userInputFileUploadButton: TextStyle, val userInputFileName: TextStyle)

Defines the typography used in the Microblink Platform UI.

This data class 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.

Constructors

Link copied to clipboard
constructor(homeTitle: TextStyle, homeSubtitle: TextStyle, homeStepTitle: TextStyle, homeStepSubtitle: TextStyle, homeStepStatus: TextStyle, homeConditionalWarning: TextStyle, textButton: TextStyle, faceCaptureStatus: TextStyle, cameraPermissionTitle: TextStyle, cameraPermissionSubtitle: TextStyle, errorTitle: TextStyle, errorSubtitle: TextStyle, loadingTitle: TextStyle, resultTitle: TextStyle, resultSubtitle: TextStyle, documentUploadTitle: TextStyle, documentUploadSubtitle: TextStyle, documentUploadDisplayName: TextStyle, documentUploadDescription: TextStyle, documentUploadWarning: TextStyle, documentUploadSide: TextStyle, documentUploadError: TextStyle, documentUploadSourceDialogTitle: TextStyle, documentUploadSourceDialogSubtitle: TextStyle, dialogTitle: TextStyle, dialogSubtitle: TextStyle, dialogButton: TextStyle, documentUploadSelectorTitle: TextStyle, documentUploadSelectorItem: TextStyle, documentUploadFileName: TextStyle, documentUploadFileSize: TextStyle, documentUploadDefaultFileTitle: TextStyle, userInputTitle: TextStyle, userInputSubtitle: TextStyle, userInputDisplayName: TextStyle, userInputDescription: TextStyle, userInputFileUploadButton: TextStyle, userInputFileName: TextStyle)

Types

Link copied to clipboard
object Companion

A companion object that provides a default typography for the Microblink Platform 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
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
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