FBSDKAppGroupContent
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

A model for creating an app group.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:NSObject
Declared in:FBSDKAppGroupContent.h
Thuộc tính
groupDescription

The description of the group.

@property (nonatomic, copy) NSString *groupDescription;
Đã tuyên bố trong: FBSDKAppGroupContent.h
groupID

The ID for the group.

@property (nonatomic, copy) NSString *groupID;
Đã tuyên bố trong: FBSDKAppGroupContent.h
name

The name of the group.

@property (nonatomic, copy) NSString *name;
Đã tuyên bố trong: FBSDKAppGroupContent.h
privacy

The privacy for the group.

@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy;
Đã tuyên bố trong: FBSDKAppGroupContent.h
Phương thức thực thể
isEqualToAppGroupContent:

Compares the receiver to another app group content.

Thông sốMô tả
content

The other content

- (BOOL) isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
Đã tuyên bố trong: FBSDKAppGroupContent.h
Typedefs
NS_ENUM

Specifies the privacy of a group.

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) {
FBSDKAppGroupPrivacyOpen = 0,
FBSDKAppGroupPrivacyClosed,
};
Hằng sốMô tả
FBSDKAppGroupPrivacyOpen

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

Discussion:

FBSDKAppGroupPrivacy)

Đã tuyên bố trong: FBSDKAppGroupContent.h
NS_ENUM(NSUInteger,

Specifies the privacy of a group.

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) {
FBSDKAppGroupPrivacyOpen = 0,
FBSDKAppGroupPrivacyClosed,
};
Hằng sốMô tả
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)

Đã tuyên bố trong: FBSDKAppGroupContent.h