iOS SDK Version

FBSDKAppGroupContent

@interfaceFBSDKAppGroupContent:NSObject<NSCopying,NSObject,NSSecureCoding>
A model for creating an app group.
  • The description of the group.

    Declaration

    Objective-C
    @property(nonatomic,copy,readwrite)NSString*_NonnullgroupDescription;
    Swift
    vargroupDescription:String{getset}
  • The name of the group.

    Declaration

    Objective-C
    @property(nonatomic,copy,readwrite)NSString*_Nonnullname;
    Swift
    varname:String{getset}
  • The privacy for the group.

    Declaration

    Objective-C
    @property(nonatomic,assign,unsafe_unretained,readwrite)FBSDKAppGroupPrivacyprivacy;
    Swift
    varprivacy:AppGroupPrivacy{getset}
  • Compares the receiver to another app group content.

    Declaration

    Objective-C
    -(BOOL)isEqualToAppGroupContent:(nonnullFBSDKAppGroupContent*)content;
    Swift
    funcisEqual(tocontent:AppGroupContent)->Bool

    Parameters

    Return Value

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