defold / extension-fbinstant

Facebook Instant Games extension for the Defold game engine
https://defold.com/extension-fbinstant/
MIT License
38 stars 20 forks source link

Expose more error code constants and return them in the callbacks #61

Open britzl opened 5 years ago

britzl commented 5 years ago

There are plenty of error codes that could get exposed and several functions that throw these. The callback functions currently only return true/false to indicate success/failure but could include the error code as a second argument.