iOS SDK Version

FBSDKGameRequestActionType

enumFBSDKGameRequestActionType:NSUInteger{}
NS_ENUM(NSUInteger, FBSDKGameRequestActionType) Additional context about the nature of the request.
  • No action type

    Declaration

    Objective-C
    FBSDKGameRequestActionTypeNone=0
    Swift
    casenone=0
  • Send action type: The user is sending an object to the friends.

    Declaration

    Objective-C
    FBSDKGameRequestActionTypeSend
    Swift
    casesend=1
  • Ask For action type: The user is asking for an object from friends.

    Declaration

    Objective-C
    FBSDKGameRequestActionTypeAskFor
    Swift
    caseaskFor=2
  • Turn action type: It is the turn of the friends to play against the user in a match. (no object)

    Declaration

    Objective-C
    FBSDKGameRequestActionTypeTurn
    Swift
    caseturn=3
  • Invite action type: The user is inviting a friend.

    Declaration

    Objective-C
    FBSDKGameRequestActionTypeInvite
    Swift
    caseinvite=4