iOS SDK Version

Enumerations

The following enumerations are available globally.
  • NS_ENUM(NSUInteger, FBSDKLoginButtonTooltipBehavior) Indicates the desired login tooltip behavior.
    See more

    Declaration

    Objective-C
    enumFBSDKLoginButtonTooltipBehavior:NSUInteger{}
    Swift
    enumTooltipBehavior:UInt
  • The login tracking preference to use for a login attempt. For more information on the differences between enabled and limited see: https://developers.facebook.com/docs/facebook-login/ios/limited-login/
    See more

    Declaration

    Objective-C
    enumFBSDKLoginTracking:NSUInteger{}
    Swift
    enumLoginTracking:UInt
  • FBSDKLoginError Error codes for FBSDKLoginErrorDomain.
    See more

    Declaration

    Objective-C
    enumFBSDKLoginError:NSInteger{}
    Swift
    typealiasLoginError.Code._ErrorType=LoginError
  • FBSDKDeviceLoginError Error codes for FBSDKDeviceLoginErrorDomain.
    See more

    Declaration

    Objective-C
    enumFBSDKDeviceLoginError:NSInteger{}
    Swift
    typealiasDeviceLoginError.Code._ErrorType=DeviceLoginError
  • FBSDKDefaultAudience enum
    Passed to openURL to indicate which default audience to use for sessions that post data to Facebook.
    Certain operations such as publishing a status or publishing a photo require an audience. When the user grants an application permission to perform a publish operation, a default audience is selected as the publication ceiling for the application. This enumerated value allows the application to select which audience to ask the user to grant publish permission for.
    See more

    Declaration

    Objective-C
    enumFBSDKDefaultAudience:NSUInteger{}
    Swift
    enumDefaultAudience:UInt
  • FBSDKTooltipViewArrowDirection enum
    Passed on construction to determine arrow orientation.
    See more

    Declaration

    Objective-C
    enumFBSDKTooltipViewArrowDirection:NSUInteger{}
    Swift
    enumArrowDirection:UInt
  • FBSDKTooltipColorStyle enum
    Passed on construction to determine color styling.
    See more

    Declaration

    Objective-C
    enumFBSDKTooltipColorStyle:NSUInteger{}
    Swift
    enumColorStyle:UInt
  • Describes the result of a login attempt.
    See more

    Declaration

    Swift
    @available(tvOS,unavailable)@frozenpublicenumLoginResult