| Package | com.myflashlab.air.extensions.googleGames |
| Class | public class Invitation |
| Inheritance | Invitation Object |
| Property | Defined By | ||
|---|---|---|---|
| availableAutoMatchSlots : int [read-only]
Return the maximum number of available automatch slots for this invitation. | Invitation | ||
| creationTimestamp : Number [read-only]
Retrieve the server timestamp at which this Invitation was created. | Invitation | ||
| gameMetadata : Game [read-only]
Retrieve the Game object that this Invitation is associated with. | Invitation | ||
| id : String [read-only]
Retrieve the ID of this Invitation. | Invitation | ||
| invitationType : int [read-only]
Retrieve the type of this Invitation. | Invitation | ||
| inviter : Participant [read-only]
Retrieve the Participant who created this Invitation. | Invitation | ||
| variant : int [read-only]
Retrieve the variant specified for this Invitation, if any. | Invitation | ||
| availableAutoMatchSlots | property |
availableAutoMatchSlots:int [read-only] Return the maximum number of available automatch slots for this invitation. If automatch criteria were not specified during creation, or if all slots have been filled, this will return 0.
public function get availableAutoMatchSlots():int| creationTimestamp | property |
creationTimestamp:Number [read-only] Retrieve the server timestamp at which this Invitation was created.
public function get creationTimestamp():Number| gameMetadata | property |
gameMetadata:Game [read-only] Retrieve the Game object that this Invitation is associated with.
public function get gameMetadata():Game| id | property |
id:String [read-only] Retrieve the ID of this Invitation.
public function get id():String| invitationType | property |
invitationType:int [read-only] Retrieve the type of this Invitation. May be either INVITATION_TYPE_REAL_TIME or INVITATION_TYPE_TURN_BASED.
public function get invitationType():int| inviter | property |
inviter:Participant [read-only] Retrieve the Participant who created this Invitation.
public function get inviter():Participant| variant | property |
variant:int [read-only] Retrieve the variant specified for this Invitation, if any. A variant is an optional developer-controlled parameter describing the type of game to play. If specified, this value will be a positive integer.
public function get variant():int