Declared in FBSDKAppGroupContent.h

FBSDKAppGroupPrivacy

@typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy)

Definition

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy ) {
   FBSDKAppGroupPrivacyOpen = 0,
   FBSDKAppGroupPrivacyClosed,
};

Constants

FBSDKAppGroupPrivacyOpen

Anyone can see the group, who’s in it and what members post.

Declared In FBSDKAppGroupContent.h.

FBSDKAppGroupPrivacyClosed

Anyone can see the group and who’s in it, but only members can see posts.

Declared In FBSDKAppGroupContent.h.

Declared In

FBSDKAppGroupContent.h