FBSDKAppGroupContent
这个类有新版本。查看 最新版本。

A model for creating an app group.

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

The description of the group.

@property (nonatomic, copy) NSString *groupDescription;
声明语言: FBSDKAppGroupContent.h
groupID

The ID for the group.

@property (nonatomic, copy) NSString *groupID;
声明语言: 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.

参数描述
content

The other content

- (BOOL) isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
声明语言: FBSDKAppGroupContent.h
Typedef
NS_ENUM

Specifies the privacy of a group.

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) {
FBSDKAppGroupPrivacyOpen = 0,
FBSDKAppGroupPrivacyClosed,
};
常数描述
FBSDKAppGroupPrivacyOpen

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

Discussion:

FBSDKAppGroupPrivacy)

声明语言: FBSDKAppGroupContent.h
NS_ENUM(NSUInteger,

Specifies the privacy of a group.

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) {
FBSDKAppGroupPrivacyOpen = 0,
FBSDKAppGroupPrivacyClosed,
};
常数描述
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)

声明语言: FBSDKAppGroupContent.h