Packagecom.myflashlab.air.extensions.ar
Classpublic class ArEvents
InheritanceArEvents Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  msg : String
[read-only]
ArEvents
  screenshot : File
[read-only]
ArEvents
  status : int
[read-only]
ArEvents
  url : String
[read-only]
ArEvents
Public Constants
 ConstantDefined By
  CALIBRATION_DONE : String = onCalibrationDone
[static]
ArEvents
  CALIBRATION_NEEDED : String = onCalibrationNeeded
[static]
ArEvents
  JS_TALK : String = onJavaScriptTalk
[static]
ArEvents
  NATIVE_WINDOW_CLOSED : String = onArWindowClosed
[static]
ArEvents
  SCREENSHOT_RESULT : String = onScreenshotresult
[static]
ArEvents
  WORLD_LOAD_RESULT : String = onWorldLoadResult
[static]
ArEvents
Property Detail
msgproperty
msg:String  [read-only]


Implementation
    public function get msg():String
screenshotproperty 
screenshot:File  [read-only]


Implementation
    public function get screenshot():File
statusproperty 
status:int  [read-only]


Implementation
    public function get status():int
urlproperty 
url:String  [read-only]


Implementation
    public function get url():String
Constant Detail
CALIBRATION_DONEConstant
public static const CALIBRATION_DONE:String = onCalibrationDone

CALIBRATION_NEEDEDConstant 
public static const CALIBRATION_NEEDED:String = onCalibrationNeeded

JS_TALKConstant 
public static const JS_TALK:String = onJavaScriptTalk

NATIVE_WINDOW_CLOSEDConstant 
public static const NATIVE_WINDOW_CLOSED:String = onArWindowClosed

SCREENSHOT_RESULTConstant 
public static const SCREENSHOT_RESULT:String = onScreenshotresult

WORLD_LOAD_RESULTConstant 
public static const WORLD_LOAD_RESULT:String = onWorldLoadResult