Declared in FBSDKGameRequestContent.h

FBSDKGameRequestActionType

@typedef NS_ENUM(NSUInteger, FBSDKGameRequestActionType)

Definition

typedef NS_ENUM(NSUInteger, FBSDKGameRequestActionType ) {
   FBSDKGameRequestActionTypeNone = 0,
   FBSDKGameRequestActionTypeSend,
   FBSDKGameRequestActionTypeAskFor,
   FBSDKGameRequestActionTypeTurn,
};

Constants

FBSDKGameRequestActionTypeNone

No action type

Declared In FBSDKGameRequestContent.h.

FBSDKGameRequestActionTypeSend

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

Declared In FBSDKGameRequestContent.h.

FBSDKGameRequestActionTypeAskFor

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

Declared In FBSDKGameRequestContent.h.

FBSDKGameRequestActionTypeTurn

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

Declared In FBSDKGameRequestContent.h.

Declared In

FBSDKGameRequestContent.h