#CompletionCallbackLegacy
1 messages · Page 1 of 1 (latest)
Please share your current code
CompletionCallbackLegacy was soft deprecated in v2 so removed in v3.
You can replace it with CompletionCallback or EventCallback if you use that type in specfic.
else just replace (error) => callbacks with (result, error) => in many cases.
That change fixed the warning. I was using the method featured in the InfoGamer video but I now see the documentation has the correct code. Maybe I should go ahead and upgrade to V3. Thanks for your quick response.