CaptureOverlayStrings

data class CaptureOverlayStrings(@StringRes val flashlightWarning: Int = R.string.mb_capture_flashlight_warning_message, @StringRes val helpTooltip: Int = R.string.mb_capture_onboarding_tooltip, val onboardingStrings: OnboardingStrings = OnboardingStrings(), val instructionsStrings: InstructionsStrings = InstructionsStrings(), val alertStrings: AlertStrings = AlertStrings()) : Parcelable

String customisation options for capture screen.

Constructors

Link copied to clipboard
constructor(@StringRes flashlightWarning: Int = R.string.mb_capture_flashlight_warning_message, @StringRes helpTooltip: Int = R.string.mb_capture_onboarding_tooltip, onboardingStrings: OnboardingStrings = OnboardingStrings(), instructionsStrings: InstructionsStrings = InstructionsStrings(), alertStrings: AlertStrings = AlertStrings())

Properties

Link copied to clipboard
Link copied to clipboard

Flashlight warning message which appears when flashlight is turned ON.

Link copied to clipboard

Help tooltip text, displayed near the help button.

Link copied to clipboard

String customisations for capture instructions displayed to the user.

Link copied to clipboard

String customisations for onboarding screens and introduction dialog.

Functions

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