AccessibilityStrings

data class AccessibilityStrings(@StringRes val documentScanned: Int, @StringRes val firstSideScanned: Int, @StringRes val previousPage: Int, @StringRes val nextPage: Int, @StringRes val showHelpScreens: Int, @StringRes val turnFlashlightOff: Int, @StringRes val turnFlashlightOn: Int, @StringRes val exitScanning: Int, @StringRes val flashlightOff: Int, @StringRes val flashlightOn: Int) : Parcelable

See also

Constructors

Link copied to clipboard
constructor(@StringRes documentScanned: Int, @StringRes firstSideScanned: Int, @StringRes previousPage: Int, @StringRes nextPage: Int, @StringRes showHelpScreens: Int, @StringRes turnFlashlightOff: Int, @StringRes turnFlashlightOn: Int, @StringRes exitScanning: Int, @StringRes flashlightOff: Int, @StringRes flashlightOn: Int)

Types

Link copied to clipboard
object Companion

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

Functions

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