Skip to content
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

Android Listener AdClosed Issue (2.0.8) #110

Open
Vschonardie opened this issue Aug 10, 2023 · 1 comment
Open

Android Listener AdClosed Issue (2.0.8) #110

Vschonardie opened this issue Aug 10, 2023 · 1 comment

Comments

@Vschonardie
Copy link

Vschonardie commented Aug 10, 2023

Android it's not triggering the adClosed listener on Interstitial Ads

@Vschonardie Vschonardie changed the title Android Listener Issue (2.0.8) Android Listener AdClosed Issue (2.0.8) Aug 22, 2023
@Vschonardie
Copy link
Author

Vschonardie commented Aug 22, 2023

as a fix for anyone you can just create a patch with this change on RNAdManagerInterstitial.java

public void onAdDismissedFullScreenContent(){ sendEvent(EVENT_AD_CLOSED, null); }

And comment this code every java file:

// if (location != null) { // adRequestBuilder.setLocation(location); // }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant