Package | com.distriqt.extension.facebookapi.games |
Class | public class GameRequestActionType |
Inheritance | GameRequestActionType ![]() |
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 = ActionTypeAskFor
Ask For action type: The user is asking for an object from friends.
NONE | Constant |
public static const NONE:String = ActionTypeNone
No action type (default)
SEND | Constant |
public static const SEND:String = ActionTypeSend
Send action type: The user is sending an object to the friends.
TURN | Constant |
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)