TswSupportStatus

sealed class TswSupportStatus

Whether the current device can run the sidewall scanner, returned by AnylineTireSidewallScanner.isSupported. Does not require the SDK to be initialized.

Inheritors

Types

Link copied to clipboard

The device can run the scanner.

Link copied to clipboard
data class Unavailable(val error: SdkError, val userResolvable: Boolean) : TswSupportStatus

The device cannot run the scanner.