Packagecom.myflashlab.air.extensions.googleGames
Classpublic class Invitation
InheritanceInvitation Inheritance Object

Data interface for an invitation object.



Public Properties
 PropertyDefined 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
Property Detail
availableAutoMatchSlotsproperty
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.


Implementation
    public function get availableAutoMatchSlots():int
creationTimestampproperty 
creationTimestamp:Number  [read-only]

Retrieve the server timestamp at which this Invitation was created.


Implementation
    public function get creationTimestamp():Number
gameMetadataproperty 
gameMetadata:Game  [read-only]

Retrieve the Game object that this Invitation is associated with.


Implementation
    public function get gameMetadata():Game
idproperty 
id:String  [read-only]

Retrieve the ID of this Invitation.


Implementation
    public function get id():String
invitationTypeproperty 
invitationType:int  [read-only]

Retrieve the type of this Invitation. May be either INVITATION_TYPE_REAL_TIME or INVITATION_TYPE_TURN_BASED.


Implementation
    public function get invitationType():int
inviterproperty 
inviter:Participant  [read-only]

Retrieve the Participant who created this Invitation.


Implementation
    public function get inviter():Participant
variantproperty 
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.


Implementation
    public function get variant():int