iOS SDK Version
12.2.0
FBSDKGamingServicesKit Reference
  • Classes
    • FBSDKChooseContextContent
    • FBSDKChooseContextDialog
    • FBSDKContextWebDialog
    • FBSDKCreateContextContent
    • FBSDKCreateContextDialog
    • FBSDKFriendFinderDialog
    • FBSDKGamingGroupIntegration
    • FBSDKGamingImageUploader
    • FBSDKGamingVideoUploader
    • FBSDKSwitchContextContent
  • Enumerations
    • FBSDKChooseContextFilter
  • Protocols
    • FBSDKContextDialogDelegate
    • FBSDKDialog
    • FBSDKValidatable
  • Type Definitions
    • FBSDKGamingServiceCompletionHandler
    • FBSDKGamingServiceProgressHandler
    • FBSDKGamingServiceResultCompletion

FBSDKGamingGroupIntegration

@interfaceFBSDKGamingGroupIntegration:NSObject+(void)openGroupPageWithCompletionHandler:(FBSDKGamingServiceCompletionHandler_Nonnull)completionHandler;@end
Undocumented
  • +openGroupPageWithCompletionHandler:
    Undocumented

    Declaration

    Objective-C
    +(void)openGroupPageWithCompletionHandler:(FBSDKGamingServiceCompletionHandler_Nonnull)completionHandler;
    Swift
    classfuncopenGroupPage(completionHandler:@escapingGamingServiceCompletionHandler)