FBSDKAppGroupContent
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

A model for creating an app group.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:NSObject
Declared in:FBSDKAppGroupContent.h
Propriétés
groupDescription

The description of the group.

@property (nonatomic, copy) NSString *groupDescription;
Déclaré dans : FBSDKAppGroupContent.h
groupID

The ID for the group.

@property (nonatomic, copy) NSString *groupID;
Déclaré dans : FBSDKAppGroupContent.h
name

The name of the group.

@property (nonatomic, copy) NSString *name;
Déclaré dans : FBSDKAppGroupContent.h
privacy

The privacy for the group.

@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy;
Déclaré dans : FBSDKAppGroupContent.h
Méthodes d’instance
isEqualToAppGroupContent:

Compares the receiver to another app group content.

ParamètreDescription
content

The other content

- (BOOL) isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
Déclaré dans : FBSDKAppGroupContent.h
Typedefs
NS_ENUM

Specifies the privacy of a group.

typedef NS_ENUM(NSUInteger, FBSDKAppGroupPrivacy) {
FBSDKAppGroupPrivacyOpen = 0,
FBSDKAppGroupPrivacyClosed,
};
ConstanteDescription
FBSDKAppGroupPrivacyOpen

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

Discussion:

FBSDKAppGroupPrivacy)

Déclaré dans : FBSDKAppGroupContent.h
NS_ENUM(NSUInteger,

Specifies the privacy of a group.

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

Déclaré dans : FBSDKAppGroupContent.h