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
Typedefs
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