FBSDKAppGroupContent
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

A model for creating an app group.

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

The description of the group.

@property (nonatomic, copy) NSString *groupDescription;
Tipo dichiarato in: FBSDKAppGroupContent.h
groupID

The ID for the group.

@property (nonatomic, copy) NSString *groupID;
Tipo dichiarato in: FBSDKAppGroupContent.h
name

The name of the group.

@property (nonatomic, copy) NSString *name;
Tipo dichiarato in: FBSDKAppGroupContent.h
privacy

The privacy for the group.

@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy;
Tipo dichiarato in: FBSDKAppGroupContent.h
Metodi di istanza
isEqualToAppGroupContent:

Compares the receiver to another app group content.

ParametroDescrizione
content

The other content

- (BOOL) isEqualToAppGroupContent:(FBSDKAppGroupContent *)content;
Tipo dichiarato in: FBSDKAppGroupContent.h
Typedef
NS_ENUM

Specifies the privacy of a group.

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

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

Discussion:

FBSDKAppGroupPrivacy)

Tipo dichiarato in: FBSDKAppGroupContent.h
NS_ENUM(NSUInteger,

Specifies the privacy of a group.

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

Tipo dichiarato in: FBSDKAppGroupContent.h