Property | Defined By | ||
---|---|---|---|
message : String
For UI based scanning this message will be displayed in the dialog. | ScanOptions | ||
mimeTypes : Vector.<String> | ScanOptions | ||
singleRead : Boolean = true
For UI Based scanning this will automatically close the UI after a single successful tag read
| ScanOptions | ||
urls : Vector.<String> | ScanOptions |
Method | Defined By | ||
---|---|---|---|
ScanOptions |
message | property |
public var message:String
For UI based scanning this message will be displayed in the dialog.
mimeTypes | property |
public var mimeTypes:Vector.<String>
singleRead | property |
public var singleRead:Boolean = true
For UI Based scanning this will automatically close the UI after a single successful tag read
urls | property |
public var urls:Vector.<String>
ScanOptions | () | Constructor |
public function ScanOptions()