-
Notifications
You must be signed in to change notification settings - Fork 306
No way to listen for sdk_click events #355
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
Comments
Correct, there's no way. Just for the record, is there any reason you need this info other than simple fact to know if |
The main reason was to maybe figure out a way to implement a cap on retries as a workaround for #356. |
Hi @dlew, wanted to update you on this one. We will not proceed with adding these callbacks for |
There's an
OnEventTrackingSucceededListener
,OnEventTrackingFailedListener
, etc. that you can set onAdjustConfig
in order to evaluate how tracking is going. However, there is no way to detect if sdk_click tracks are working or not.The text was updated successfully, but these errors were encountered: