A model for creating an app group.
Conforms to: | FBSDKCopying, NSSecureCoding |
Superclass: | NSObject |
Declared in: | FBSDKAppGroupContent.h |
groupDescription
The description of the group.
@property (nonatomic,
copy) NSString *groupDescription;
FBSDKAppGroupContent.h
name
The name of the group.
@property (nonatomic,
copy) NSString *name;
FBSDKAppGroupContent.h
privacy
The privacy for the group.
@property (nonatomic,
assign) FBSDKAppGroupPrivacy privacy;
FBSDKAppGroupContent.h
isEqualToAppGroupContent:
Compares the receiver to another app group content.
Parameter | Description |
---|---|
content | The other content |
- (BOOL)
isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
FBSDKAppGroupContent.h
NS_ENUM
Specifies the privacy of a group.
typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) { /*! Anyone can see the group, who's in it and what members post. */ FBSDKAppGroupPrivacyOpen = 0, /*! Anyone can see the group and who's in it, but only members can see posts. */ FBSDKAppGroupPrivacyClosed, };
Constant | Description |
---|---|
FBSDKAppGroupPrivacyOpen | Anyone can see the group, who's in it and what members post. |
FBSDKAppGroupPrivacy)
FBSDKAppGroupContent.h
NS_ENUM(NSUInteger,
Specifies the privacy of a group.
typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) { /*! Anyone can see the group, who's in it and what members post. */ FBSDKAppGroupPrivacyOpen = 0, /*! Anyone can see the group and who's in it, but only members can see posts. */ FBSDKAppGroupPrivacyClosed, };
Constant | Description |
---|---|
FBSDKAppGroupPrivacyOpen | Anyone can see the group, who's in it and what members post. |
FBSDKAppGroupPrivacyClosed | Anyone can see the group and who's in it, but only members can see posts. |
FBSDKAppGroupPrivacy)
FBSDKAppGroupContent.h