Packagecom.myflashlab.air.extensions.googleVR
Classpublic class VREvents
InheritanceVREvents Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  displaymode : int
[read-only]
VREvents
  duration : Number
[read-only]
VREvents
  msg : String
[read-only]
VREvents
  position : Number
[read-only]
VREvents
Public Constants
 ConstantDefined By
  DID_TAP : String = onGoogleVRViewDidTap
[static]
VREvents
  DISPLAY_MODE_CHANGED : String = onGoogleVRViewDisplayModeChanged
[static]
VREvents
  LOAD_FAILED : String = onGoogleVRViewLoadFailed
[static]
VREvents
  LOAD_SUCCESS : String = onGoogleVRViewLoadSuccess
[static]
VREvents
  PAUSED : String = onGoogleVRVideoViewPaused
[static]
VREvents
  POS_UPDATED : String = onGoogleVRVideoViewPositionChanged
[static]
VREvents
  REACHED_END : String = onGoogleVRVideoViewPlaybackReachedEnd
[static]
VREvents
  RESUMED : String = onGoogleVRVideoViewResumed
[static]
VREvents
  STOPPED : String = onGoogleVRVideoViewStopped
[static]
VREvents
  VR_CLOSED : String = onGoogleVRWindowClosed
[static]
VREvents
Property Detail
displaymodeproperty
displaymode:int  [read-only]


Implementation
    public function get displaymode():int
durationproperty 
duration:Number  [read-only]


Implementation
    public function get duration():Number
msgproperty 
msg:String  [read-only]


Implementation
    public function get msg():String
positionproperty 
position:Number  [read-only]


Implementation
    public function get position():Number
Constant Detail
DID_TAPConstant
public static const DID_TAP:String = onGoogleVRViewDidTap

DISPLAY_MODE_CHANGEDConstant 
public static const DISPLAY_MODE_CHANGED:String = onGoogleVRViewDisplayModeChanged

LOAD_FAILEDConstant 
public static const LOAD_FAILED:String = onGoogleVRViewLoadFailed

LOAD_SUCCESSConstant 
public static const LOAD_SUCCESS:String = onGoogleVRViewLoadSuccess

PAUSEDConstant 
public static const PAUSED:String = onGoogleVRVideoViewPaused

POS_UPDATEDConstant 
public static const POS_UPDATED:String = onGoogleVRVideoViewPositionChanged

REACHED_ENDConstant 
public static const REACHED_END:String = onGoogleVRVideoViewPlaybackReachedEnd

RESUMEDConstant 
public static const RESUMED:String = onGoogleVRVideoViewResumed

STOPPEDConstant 
public static const STOPPED:String = onGoogleVRVideoViewStopped

VR_CLOSEDConstant 
public static const VR_CLOSED:String = onGoogleVRWindowClosed