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