iOS SDK Version

Enumerations

The following enumerations are available globally.
  • NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) Specifies the privacy of a group.
    See more

    Declaration

    Objective-C
    enumFBSDKAppGroupPrivacy:NSUInteger{}
    Swift
    enumAppGroupPrivacy:UInt
  • NS_ENUM(NSUInteger, FBSDKAppInviteDestination) Specifies the privacy of a group.
    See more

    Declaration

    Objective-C
    enumFBSDKAppInviteDestination:NSUInteger{}
    Swift
    enumAppInviteDestination:UInt
  • NS_ENUM(NSUInteger, FBSDKGameRequestActionType) Additional context about the nature of the request.
    See more

    Declaration

    Objective-C
    enumFBSDKGameRequestActionType:NSUInteger{}
    Swift
    enumGameRequestActionType:UInt
  • NS_ENUM(NSUInteger, FBSDKGameRequestFilters) Filter for who can be displayed in the multi-friend selector.
    See more

    Declaration

    Objective-C
    enumFBSDKGameRequestFilter:NSUInteger{}
    Swift
    enumGameRequestFilter:UInt
  • FBSDKShareError Error codes for FBSDKShareErrorDomain.
    See more

    Declaration

    Objective-C
    enumFBSDKShareError:NSInteger{}
    Swift
    typealiasShareError.Code._ErrorType=ShareError
  • NS_ENUM(NSUInteger, FBSDKShareDialogMode) Modes for the FBSDKShareDialog.
    The automatic mode will progressively check the availability of different modes and open the most appropriate mode for the dialog that is available.
    See more

    Declaration

    Objective-C
    enumFBSDKShareDialogMode:NSUInteger{}
  • Flags to indicate support for newer bridge options beyond the initial 20130410 implementation.
    See more

    Declaration

    Objective-C
    enumFBSDKShareBridgeOptions:NSUInteger{}
    Swift
    structShareBridgeOptions:OptionSet