Unavailable

data class Unavailable(val error: SdkError, val userResolvable: Boolean) : TswSupportStatus

The device cannot run the scanner.

Constructors

Link copied to clipboard
constructor(error: SdkError, userResolvable: Boolean)

Properties

Link copied to clipboard

Why the scanner is unavailable; see SdkError.

Link copied to clipboard

true when the user can fix the problem (for example, by installing or updating Google Play Services on Android). When true, offer a retry or fix action - on Android, call AnylineTireSidewallScanner.resolvePlayServices.