SFSDKAppDelegate Protocol Reference
Conforms to | UIApplicationDelegate |
---|---|
Declared in | SFSDKAppDelegate.h |
userAgentString
required method
The User-Agent string presented by this application
@property (nonatomic, readonly) NSString *userAgentString
Declared In
SFSDKAppDelegate.h
– logout
required method
Forces a logout from the current account. This throws out the OAuth refresh token.
- (void)logout
Declared In
SFSDKAppDelegate.h
– createSnapshotView
required method
Creates a snapshot view.
- (UIView *)createSnapshotView
Declared In
SFSDKAppDelegate.h