OnboardingScanConfirmViewContext
public class OnboardingScanConfirmViewContext
strings configuration in OnboardingScanConfirmView
-
The title string for the QR code scan confirmation screen. The default string is from localized strings file - “Confirmation”
Declaration
Swift
public var titleString: String -
The success message for the QR code scan confirmation screen. The default string is from localized strings file - “Scan succeeded. You will be connected to:”
Declaration
Swift
public var messageString: String -
The title string for the “Continue” button. The default string is from localized strings file - “Continue”
Declaration
Swift
public var continueButtonTitleString: String -
The custom width for the “Continue” button. The default is 201.
Declaration
Swift
public var continueButtonWidth: CGFloat?