Declared in FBSDKAppGroupContent.h

FBSDKAppGroupPrivacy

NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) Specifies the privacy of a group.

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