Inherits from NSObject
Conforms to FBSDKCopying
NSSecureCoding
Declared in FBSDKAppGroupContent.h

Properties

groupDescription

The description of the group.

@property (nonatomic, copy) NSString *groupDescription

Declared In

FBSDKAppGroupContent.h

name

The name of the group.

@property (nonatomic, copy) NSString *name

Declared In

FBSDKAppGroupContent.h

privacy

The privacy for the group.

@property (nonatomic, assign) FBSDKAppGroupPrivacy privacy

Declared In

FBSDKAppGroupContent.h

Instance Methods

isEqualToAppGroupContent:

Compares the receiver to another app group content.

- (BOOL)isEqualToAppGroupContent:(FBSDKAppGroupContent *)content

Parameters

content

The other content

Return Value

YES if the receiver’s values are equal to the other content’s values; otherwise NO

Declared In

FBSDKAppGroupContent.h