This PR will bring android (iOS still untested) support for non legacy openFL apps.
Technical changes
1) The token is marshaled back from JNI to Haxe on the UI thread.
2) Init supports a callback for better event base initialization
3) Multiple app requests can now be sent.
Notes
This is not an ideal solution to the threading issue, but has no impact on our project. Please make a TODO to fix the threading issues.
Overview
This PR will bring android (iOS still untested) support for non legacy openFL apps.
Technical changes
1) The token is marshaled back from JNI to Haxe on the UI thread. 2) Init supports a callback for better event base initialization 3) Multiple app requests can now be sent.
Notes
This is not an ideal solution to the threading issue, but has no impact on our project. Please make a TODO to fix the threading issues.