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

Overview

A model for creating an app group.

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. - Parameter content: The other content - Returns: YES if the receiver’s values are equal to the other content’s values; otherwise NO

- (BOOL)isEqualToAppGroupContent:(FBSDKAppGroupContent *)content

Declared In

FBSDKAppGroupContent.h