FBSDKAppGroupAddDialog Class Reference
Inherits from | NSObject |
Declared in | FBSDKAppGroupAddDialog.h |
Tasks
-
+ showWithContent:delegate:
-
delegate
property -
content
property -
– canShow
-
– show
-
– validateWithError:
Properties
content
App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. (Deprecated: App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.)
@property (nonatomic, copy) FBSDKAppGroupContent *content
Declared In
FBSDKAppGroupAddDialog.h
delegate
App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. (Deprecated: App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.)
@property (nonatomic, weak) id<FBSDKAppGroupAddDialogDelegate> delegate
Declared In
FBSDKAppGroupAddDialog.h
Class Methods
showWithContent:delegate:
App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. (Deprecated: App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.)
+ (instancetype)showWithContent:(FBSDKAppGroupContent *)content delegate:(id<FBSDKAppGroupAddDialogDelegate>)delegate
Declared In
FBSDKAppGroupAddDialog.h
Instance Methods
canShow
App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. (Deprecated: App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.)
- (BOOL)canShow
Declared In
FBSDKAppGroupAddDialog.h
show
App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. (Deprecated: App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information.)
- (BOOL)show
Declared In
FBSDKAppGroupAddDialog.h
validateWithError:
App and game groups are being deprecated. See https://developers.facebook.com/docs/games/services/game-groups for more information. (Deprecated: 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
FBSDKAppGroupAddDialog.h