Variable ScanbotVinConst

ScanbotVin: {
    forceCloseScanner(): Promise<void>;
    startScanner(configuration): Promise<ResultWrapper<VinScannerUiResult>>;
}

Entry point for all VIN scanning features.

Type declaration

  • forceCloseScanner:function
    • Forces the Ready-To-Use UI VIN scanner to close if it is currently open.

      Returns Promise<void>

  • startScanner:function