Inherits from NSObject
Declared in FBSDKAppGroupJoinDialog.h

Overview

  • Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.

Properties

delegate

  • Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
@property (nonatomic, weak) id<FBSDKAppGroupJoinDialogDelegate> delegate

Declared In

FBSDKAppGroupJoinDialog.h

groupID

  • Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
@property (nonatomic, copy) NSString *groupID

Declared In

FBSDKAppGroupJoinDialog.h

Class Methods

showWithGroupID:delegate:

  • Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
+ (instancetype)showWithGroupID:(NSString *)groupID delegate:(id<FBSDKAppGroupJoinDialogDelegate>)delegate

Declared In

FBSDKAppGroupJoinDialog.h

Instance Methods

canShow

  • Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
- (BOOL)canShow

Declared In

FBSDKAppGroupJoinDialog.h

show

  • Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
- (BOOL)show

Declared In

FBSDKAppGroupJoinDialog.h

validateWithError:

  • Warning:App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.
- (BOOL)validateWithError:(NSError *__autoreleasing *)errorRef

Declared In

FBSDKAppGroupJoinDialog.h