Table of contents
Swift
Objective-C

ScannerPlayCallbackInfo

interface ScannerPlayCallbackInfo

  • deviceId: string

  • width: number

  • height: number

scanner.onPlayed = rsl=>{ console.log(rsl.width+'x'+rsl.height) };
await scanner.show(); // or open, play, setCurrentCamera, like these.

This page is compatible for:

Is this page helpful?

YesYes NoNo