FBSDKAppGroupAddDialogDelegate Protocol Reference
Conforms to | NSObject |
Declared in | FBSDKAppGroupAddDialog.h |
Tasks
-
– appGroupAddDialog:didCompleteWithResults:
required method -
– appGroupAddDialog:didFailWithError:
required method -
– appGroupAddDialogDidCancel:
required method
Instance Methods
appGroupAddDialog:didCompleteWithResults:
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.)
- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didCompleteWithResults:(NSDictionary *)results
Declared In
FBSDKAppGroupAddDialog.h
appGroupAddDialog:didFailWithError:
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.)
- (void)appGroupAddDialog:(FBSDKAppGroupAddDialog *)appGroupAddDialog didFailWithError:(NSError *)error
Declared In
FBSDKAppGroupAddDialog.h
appGroupAddDialogDidCancel:
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.)
- (void)appGroupAddDialogDidCancel:(FBSDKAppGroupAddDialog *)appGroupAddDialog
Declared In
FBSDKAppGroupAddDialog.h