Quantcast
Channel: DeveloperFeed » DeveloperFeed |
Viewing all articles
Browse latest Browse all 10

What are the various Enums used by the Facebook iOS SDK?

$
0
0
The following are the various Enumeration defined and used by the Facebook iOS SDK. Please review these for full understanding of how the SDK behaves for various operations. /*  * Constants used by NSNotificationCenter for active session notification  */     /*! NSNotificationCenter name indicating that a new active session was set */ externNSString *const FBSessionDidSetActiveSessionNotification;     /*! NSNotificationCenter name indicating that an active session was unset */ externNSString *const FBSessionDidUnsetActiveSessionNotification;     /*! NSNotificationCenter name indicating that the active session is open */ externNSString *const FBSessionDidBecomeOpenActiveSessionNotification;     /*! NSNotificationCenter name indicating that there is no longer an [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles