Packagecom.kongregate.air.event
Classpublic class AnalyticsEvent
InheritanceAnalyticsEvent Inheritance flash.events.Event

Broadcast when a Kongregate automatic analytics event is fired.



Public Properties
 PropertyDefined By
  bundle : Object
[read-only] The bundle for the automatic event that was fired
AnalyticsEvent
  name : String
[read-only] The name of the automatic event that was fired
AnalyticsEvent
Public Methods
 MethodDefined By
  
AnalyticsEvent(name:String, bundle:Object)
AnalyticsEvent
Property Detail
bundleproperty
bundle:Object  [read-only]

The bundle for the automatic event that was fired


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

The name of the automatic event that was fired


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



Parameters
name:String
 
bundle:Object