Packagecom.kongregate.air.event
Classpublic class InternalEvent
InheritanceInternalEvent Inheritance flash.events.Event

Broadcast when an Internal API event is fired.



Public Properties
 PropertyDefined By
  bundle : Object
[read-only] The bundle for the event that was fired
InternalEvent
  name : String
[read-only] The name of the event that was fired
InternalEvent
Public Methods
 MethodDefined By
  
InternalEvent(name:String, bundle:Object)
InternalEvent
Public Constants
 ConstantDefined By
  ACTIVE_USER_INITIALIZED : String = active_user_init
[static]
InternalEvent
  ANALYTICS_INITIALIZED : String = analytics_init
[static]
InternalEvent
  INTERNAL_EVENT : String = KONGREGATE_INTERNAL_EVENT
[static] Broadcast when an internal API event is fired.
InternalEvent
  USER_INFO : String = active_user_info
[static]
InternalEvent
Property Detail
bundleproperty
bundle:Object  [read-only]

The bundle for the event that was fired


Implementation
    public function get bundle():Object
nameproperty 
name:String  [read-only]

The name of the event that was fired


Implementation
    public function get name():String
Constructor Detail
InternalEvent()Constructor
public function InternalEvent(name:String, bundle:Object)



Parameters
name:String
 
bundle:Object
Constant Detail
ACTIVE_USER_INITIALIZEDConstant
public static const ACTIVE_USER_INITIALIZED:String = active_user_init

ANALYTICS_INITIALIZEDConstant 
public static const ANALYTICS_INITIALIZED:String = analytics_init

INTERNAL_EVENTConstant 
public static const INTERNAL_EVENT:String = KONGREGATE_INTERNAL_EVENT

Broadcast when an internal API event is fired.

USER_INFOConstant 
public static const USER_INFO:String = active_user_info