-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pass openCallback events to public API: addOnOpenListener #28
Comments
CAMOBAP
added a commit
that referenced
this issue
Apr 27, 2022
CAMOBAP
added a commit
that referenced
this issue
Apr 28, 2022
CAMOBAP
added a commit
that referenced
this issue
May 3, 2022
- wrong function name for onLoaded - logging statement for onLoaded stub function
e271828-
added a commit
that referenced
this issue
May 4, 2022
* #28 add addOnOpenListener for open-callback events * Improve documentation for addOnOpenListener API Co-authored-by: e271828- <[email protected]> * #28 put back iternal OnLoadedListener * #28 fix PR suggestions - wrong function name for onLoaded - logging statement for onLoaded stub function * #28 remove debug logging from JS and don't drop listeners after open event is happens * Improve open-callback docs Co-authored-by: e271828- <[email protected]> * Bump version 2.2.0 Co-authored-by: e271828- <[email protected]>
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal: we want to let apps capture the
open-callback
event that's bound toopenCallback
currently. This enables analytics and tracking.The text was updated successfully, but these errors were encountered: