Classes

The following classes are available globally.

  • Standalone button that can be used to add Login With Snapchat functionality

    See more

    Declaration

    Objective-C

    @interface SCSDKLoginButton : UIView

    Swift

    class SCSDKLoginButton : UIView
  • This class contains all the methods associated for authentication, session control, and information retrieval

    See more

    Declaration

    Objective-C

    @interface SCSDKLoginClient : NSObject

    Swift

    class SCSDKLoginClient : NSObject
  • Object that holds a user’s fetched data.

    Declaration

    Objective-C

    @interface SCSDKUserData : NSObject

    Swift

    class SCSDKUserData : NSObject
  • SCSDKUserDataQuery object is used in fetchUserData method

    Declaration

    Objective-C

    @interface SCSDKUserDataQuery : NSObject

    Swift

    class SCSDKUserDataQuery : NSObject
  • SCSDKUserDataQueryBuilder builds a user data query to fetch user data

    See more

    Declaration

    Objective-C

    @interface SCSDKUserDataQueryBuilder : NSObject

    Swift

    class SCSDKUserDataQueryBuilder : NSObject