| Package | com.kongregate.air.event |
| Class | public class InternalEvent |
| Inheritance | InternalEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
InternalEvent(name:String, bundle:Object) | InternalEvent | ||
| Constant | Defined 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 | ||
| bundle | property |
bundle:Object [read-only] The bundle for the event that was fired
public function get bundle():Object| name | property |
name:String [read-only] The name of the event that was fired
public function get name():String| InternalEvent | () | Constructor |
public function InternalEvent(name:String, bundle:Object)name:String | |
bundle:Object |
| ACTIVE_USER_INITIALIZED | Constant |
public static const ACTIVE_USER_INITIALIZED:String = active_user_init| ANALYTICS_INITIALIZED | Constant |
public static const ANALYTICS_INITIALIZED:String = analytics_init| INTERNAL_EVENT | Constant |
public static const INTERNAL_EVENT:String = KONGREGATE_INTERNAL_EVENTBroadcast when an internal API event is fired.
| USER_INFO | Constant |
public static const USER_INFO:String = active_user_info