FBSDKAppGroupContent
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

A model for creating an app group.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:NSObject
Declared in:FBSDKAppGroupContent.h
Eigenschaften
groupDescription

The description of the group.

@property (nonatomic, copy) NSString *groupDescription;
Deklariert in: FBSDKAppGroupContent.h
name

The name of the group.

@property (nonatomic, copy) NSString *name;
Deklariert in: FBSDKAppGroupContent.h
privacy

The privacy for the group.

@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy;
Deklariert in: FBSDKAppGroupContent.h
Instance-Methoden
isEqualToAppGroupContent:

Compares the receiver to another app group content.

ParameterBeschreibung
content

The other content

- (BOOL) isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
Deklariert in: FBSDKAppGroupContent.h
Typedefs
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,
};
KonstanteBeschreibung
FBSDKAppGroupPrivacyOpen

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

Discussion:

FBSDKAppGroupPrivacy)

Deklariert in: 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,
};
KonstanteBeschreibung
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.

Discussion:

FBSDKAppGroupPrivacy)

Deklariert in: FBSDKAppGroupContent.h