Package | com.myflashlab.air.extensions.ar |
Class | public class ArEvents |
Inheritance | ArEvents flash.events.Event |
Property | Defined By | ||
---|---|---|---|
msg : String [read-only] | ArEvents | ||
screenshot : File [read-only] | ArEvents | ||
status : int [read-only] | ArEvents | ||
url : String [read-only] | ArEvents |
Constant | Defined 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 |
msg | property |
msg:String
[read-only] public function get msg():String
screenshot | property |
screenshot:File
[read-only] public function get screenshot():File
status | property |
status:int
[read-only] public function get status():int
url | property |
url:String
[read-only] public function get url():String
CALIBRATION_DONE | Constant |
public static const CALIBRATION_DONE:String = onCalibrationDone
CALIBRATION_NEEDED | Constant |
public static const CALIBRATION_NEEDED:String = onCalibrationNeeded
JS_TALK | Constant |
public static const JS_TALK:String = onJavaScriptTalk
NATIVE_WINDOW_CLOSED | Constant |
public static const NATIVE_WINDOW_CLOSED:String = onArWindowClosed
SCREENSHOT_RESULT | Constant |
public static const SCREENSHOT_RESULT:String = onScreenshotresult
WORLD_LOAD_RESULT | Constant |
public static const WORLD_LOAD_RESULT:String = onWorldLoadResult