Quantcast
Viewing latest article 5
Browse Latest Browse All 29

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

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.

  1. /*
  2.  * Constants used by NSNotificationCenter for active session notification
  3.  */
  4.  
  5.  
  6. /*! NSNotificationCenter name indicating that a new active session was set */
  7. externNSString *const FBSessionDidSetActiveSessionNotification;
  8.  
  9.  
  10. /*! NSNotificationCenter name indicating that an active session was unset */
  11. externNSString *const FBSessionDidUnsetActiveSessionNotification;

Viewing latest article 5
Browse Latest Browse All 29

Trending Articles