Packagecom.myflashlab.air.extensions.googleGames
Classpublic class TheEvent
InheritanceTheEvent Inheritance Object

Data interface for retrieving event information.



Public Properties
 PropertyDefined By
  description : String
[read-only] Retrieves the description for this event.
TheEvent
  eventId : String
[read-only] Retrieves the ID of this event.
TheEvent
  formattedValue : String
[read-only] Retrieves the sum of increments have been made to this event (formatted for the user's locale).
TheEvent
  isVisible : Boolean
[read-only] Retrieves whether the event should be displayed to the user in any event related UIs.
TheEvent
  name : String
[read-only] Retrieves the name of this event.
TheEvent
  value : Number
[read-only] Retrieves the number of increments this user has made to this event.
TheEvent
Public Methods
 MethodDefined By
  
loadIconImage($forceReload:Boolean, $callback:Function):void
TheEvent
Property Detail
descriptionproperty
description:String  [read-only]

Retrieves the description for this event.


Implementation
    public function get description():String
eventIdproperty 
eventId:String  [read-only]

Retrieves the ID of this event.


Implementation
    public function get eventId():String
formattedValueproperty 
formattedValue:String  [read-only]

Retrieves the sum of increments have been made to this event (formatted for the user's locale).


Implementation
    public function get formattedValue():String
isVisibleproperty 
isVisible:Boolean  [read-only]

Retrieves whether the event should be displayed to the user in any event related UIs.


Implementation
    public function get isVisible():Boolean
nameproperty 
name:String  [read-only]

Retrieves the name of this event.


Implementation
    public function get name():String
valueproperty 
value:Number  [read-only]

Retrieves the number of increments this user has made to this event.


Implementation
    public function get value():Number
Method Detail
loadIconImage()method
public function loadIconImage($forceReload:Boolean, $callback:Function):void

Parameters

$forceReload:Boolean
 
$callback:Function — expects one param as File object to the image file.