Type Definitions
The following type definitions are available globally.
typedefvoid(^FBSDKGamingServiceCompletionHandler)(BOOL,NSError*_Nullable)
typealiasGamingServiceCompletionHandler=(Bool,Error?)->Void
typedefvoid(^FBSDKGamingServiceResultCompletion)(BOOL,NSDictionary<NSString*,id>*_Nullable,NSError*_Nullable)
typealiasGamingServiceResultCompletion=(Bool,[String:Any]?,Error?)->Void
typedefvoid(^FBSDKGamingServiceProgressHandler)(int64_t,int64_t,int64_t)
typealiasGamingServiceProgressHandler=(Int64,Int64,Int64)->Void