Quantcast
Channel: Developer Feed - Snippet
Viewing all articles
Browse latest Browse all 178

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.

  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;

read more


Viewing all articles
Browse latest Browse all 178

Trending Articles