SdkStrings

data class SdkStrings(val scanningStrings: ScanningStrings, val helpDialogsStrings: HelpDialogsStrings) : Parcelable

Data class contains all the strings used throughout the SDK. Default can be used to keep the original strings if only some of the elements are to be changed.

This class shouldn't be modified, but rather a new instance should be created and used in com.microblink.blinkidverify.ux.UiSettings.verifySdkStrings when creating an instance of com.microblink.blinkidverify.ux.CameraScanningScreen.

Constructors

Link copied to clipboard
constructor(scanningStrings: ScanningStrings, helpDialogsStrings: HelpDialogsStrings)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Strings used in onboarding and help dialogs. These strings shouldn't be customized as they provide adequate instructions tailored specifically to our scanning experience. However, if the scanning experience is changed in any way, onboarding and help screen instructions may also be adjusted.

Link copied to clipboard

Strings that appear as instruction messages during the scanning session. These instructions are triggered by specific UX events and will appear on screen accordingly.

Functions

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