| Package | com.myflashlab.air.extensions.googleGames |
| Class | public class TheEvent |
| Inheritance | TheEvent Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
loadIconImage($forceReload:Boolean, $callback:Function):void | TheEvent | ||
| description | property |
description:String [read-only] Retrieves the description for this event.
public function get description():String| eventId | property |
eventId:String [read-only] Retrieves the ID of this event.
public function get eventId():String| formattedValue | property |
formattedValue:String [read-only] Retrieves the sum of increments have been made to this event (formatted for the user's locale).
public function get formattedValue():String| isVisible | property |
isVisible:Boolean [read-only] Retrieves whether the event should be displayed to the user in any event related UIs.
public function get isVisible():Boolean| name | property |
name:String [read-only] Retrieves the name of this event.
public function get name():String| value | property |
value:Number [read-only] Retrieves the number of increments this user has made to this event.
public function get value():Number| 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.
|