MBText Localizations
data class MBTextLocalizations(val countdownLabelText: String = "Hold Still", val faceStatusTexts: MBFaceStatusTexts = MBFaceStatusTexts())
Data class representing localized text used in the predefined UI in the fragment.
Use this data class to customize text for countdown labels and face status messages.
Constructors
Link copied to clipboard
constructor(countdownLabelText: String = "Hold Still", faceStatusTexts: MBFaceStatusTexts = MBFaceStatusTexts())