Packagecom.distriqt.extension.nfc
Classpublic class ScanOptions
InheritanceScanOptions Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
ScanOptions
Property Detail
messageproperty
public var message:String

For UI based scanning this message will be displayed in the dialog.

mimeTypesproperty 
public var mimeTypes:Vector.<String>

singleReadproperty 
public var singleRead:Boolean = true

For UI Based scanning this will automatically close the UI after a single successful tag read

urlsproperty 
public var urls:Vector.<String>

Constructor Detail
ScanOptions()Constructor
public function ScanOptions()