Classes
The following classes are available globally.
-
Standalone button that can be used to add Login With Snapchat functionality
See moreDeclaration
Objective-C
@interface SCSDKLoginButton : UIViewSwift
class SCSDKLoginButton : UIView -
This class contains all the methods associated for authentication, session control, and information retrieval
See moreDeclaration
Objective-C
@interface SCSDKLoginClient : NSObjectSwift
class SCSDKLoginClient : NSObject -
Object that holds a user’s fetched data.
Declaration
Objective-C
@interface SCSDKUserData : NSObjectSwift
class SCSDKUserData : NSObject -
SCSDKUserDataQuery object is used in fetchUserData method
Declaration
Objective-C
@interface SCSDKUserDataQuery : NSObjectSwift
class SCSDKUserDataQuery : NSObject -
SCSDKUserDataQueryBuilder builds a user data query to fetch user data
See moreDeclaration
Objective-C
@interface SCSDKUserDataQueryBuilder : NSObjectSwift
class SCSDKUserDataQueryBuilder : NSObject