SFSDKAppDelegate Protocol Reference

Conforms to UIApplicationDelegate
Declared in SFSDKAppDelegate.h

Overview

Protocol defining an SDK-based app delegate.

  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