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