FBSDKAppGroupContent
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

A model for creating an app group.

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

The description of the group.

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

The name of the group.

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

The privacy for the group.

@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy;
Dinyatakan dalam: FBSDKAppGroupContent.h
Metode Instans
isEqualToAppGroupContent:

Compares the receiver to another app group content.

ParameterKeterangan
content

The other content

- (BOOL) isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
Dinyatakan dalam: 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,
};
KonstantaKeterangan
FBSDKAppGroupPrivacyOpen

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

Discussion:

FBSDKAppGroupPrivacy)

Dinyatakan dalam: 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,
};
KonstantaKeterangan
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)

Dinyatakan dalam: FBSDKAppGroupContent.h