Packagecom.distriqt.extension.facebookapi.games
Classpublic class GameRequestActionType
InheritanceGameRequestActionType Inheritance Object



Public Constants
 ConstantDefined By
  ASK_FOR : String = ActionTypeAskFor
[static] Ask For action type: The user is asking for an object from friends.
GameRequestActionType
  NONE : String = ActionTypeNone
[static] No action type (default)
GameRequestActionType
  SEND : String = ActionTypeSend
[static] Send action type: The user is sending an object to the friends.
GameRequestActionType
  TURN : String = ActionTypeTurn
[static] Turn action type: It is the turn of the friends to play against the user in a match.
GameRequestActionType
Constant Detail
ASK_FORConstant
public static const ASK_FOR:String = ActionTypeAskFor

Ask For action type: The user is asking for an object from friends.

NONEConstant 
public static const NONE:String = ActionTypeNone

No action type (default)

SENDConstant 
public static const SEND:String = ActionTypeSend

Send action type: The user is sending an object to the friends.

TURNConstant 
public static const TURN:String = ActionTypeTurn

Turn action type: It is the turn of the friends to play against the user in a match. (no object)