Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.ui_v2.vin.screen
/
BaseVinViewModel
/
VinState
Vin
State
sealed
interface
VinState
Inheritors
Initial
Scanning
Error
Presentation
Success
Members
Types
Error
Link copied to clipboard
data
object
Error
:
BaseVinViewModel.VinState
Initial
Link copied to clipboard
data
object
Initial
:
BaseVinViewModel.VinState
Presentation
Link copied to clipboard
data
class
Presentation
(
val
result
:
VinScannerResult
)
:
BaseVinViewModel.VinState
Scanning
Link copied to clipboard
data
object
Scanning
:
BaseVinViewModel.VinState
Success
Link copied to clipboard
data
class
Success
(
val
result
:
VinScannerUiResult
)
:
BaseVinViewModel.VinState