iOS SDK Version

Type Definitions

The following type definitions are available globally.
  • Main completion handling of any Gaming Service (Friend Finder, Image/Video Upload).

    Declaration

    Objective-C
    typedefvoid(^FBSDKGamingServiceCompletionHandler)(BOOL,NSError*_Nullable)
    Swift
    typealiasGamingServiceCompletionHandler=(Bool,Error?)->Void

    Parameters

  • Main completion handling of any Gaming Service (Friend Finder, Image/Video Upload).

    Declaration

    Objective-C
    typedefvoid(^FBSDKGamingServiceResultCompletion)(BOOL,NSDictionary<NSString*,id>*_Nullable,NSError*_Nullable)
    Swift
    typealiasGamingServiceResultCompletion=(Bool,[String:Any]?,Error?)->Void

    Parameters

  • Main completion handling of any Gaming Service (Friend Finder, Image/Video Upload).

    Declaration

    Objective-C
    typedefvoid(^FBSDKGamingServiceProgressHandler)(int64_t,int64_t,int64_t)
    Swift
    typealiasGamingServiceProgressHandler=(Int64,Int64,Int64)->Void

    Parameters