FBSDKAppGroupContent
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

A model for creating an app group.

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

The description of the group.

@property (nonatomic, copy) NSString *groupDescription;
groupID

The ID for the group.

@property (nonatomic, copy) NSString *groupID;
name

The name of the group.

@property (nonatomic, copy) NSString *name;
privacy

The privacy for the group.

@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy;
Métodos da instância
isEqualToAppGroupContent:

Compares the receiver to another app group content.

ParâmetroDescrição
content

The other content

- (BOOL) isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
Typedefs
NS_ENUM

Specifies the privacy of a group.

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) {
FBSDKAppGroupPrivacyOpen = 0,
FBSDKAppGroupPrivacyClosed,
};
ConstanteDescrição
FBSDKAppGroupPrivacyOpen

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

Discussion:

FBSDKAppGroupPrivacy)

NS_ENUM(NSUInteger,

Specifies the privacy of a group.

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) {
FBSDKAppGroupPrivacyOpen = 0,
FBSDKAppGroupPrivacyClosed,
};
ConstanteDescrição
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)