| Package | com.distriqt.extension.facebookapi.games |
| Class | public class GameRequestActionType |
| Inheritance | GameRequestActionType Object |
| Constant | Defined 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 | ||
| ASK_FOR | Constant |
public static const ASK_FOR:String = ActionTypeAskForAsk For action type: The user is asking for an object from friends.
| NONE | Constant |
public static const NONE:String = ActionTypeNoneNo action type (default)
| SEND | Constant |
public static const SEND:String = ActionTypeSendSend action type: The user is sending an object to the friends.
| TURN | Constant |
public static const TURN:String = ActionTypeTurnTurn action type: It is the turn of the friends to play against the user in a match. (no object)