Hello. I'm new to Feathers UI and OpenFL. I am trying to implement an OAuth2 flow with Feather UI but can't see how to receive the callback. I expect I need to set a BROWSABLE
intent filter in the AndroidManifest and then the main Activty will receve an onResume()
when the callback is received, but Feathers UI's base is Application
which doesn't expose those event handlers. Is there a way to get them?
I see Lime has them in GameActivity
and it passes calls down to extensions. Do I need to create an extension? If so, does the Application have to poll the extension to get the result?
Thanks