You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
> Provide details of the change, and generalize the change in the PR title above.
- Implemented RewardedAd on Android, and created stubs for iOS and Desktop builds.
- Revamped C++ JNI function signatures to have much shorter names, and to reuse functions common to interstitial and rewarded ads.
- Created a new internal base class for full screen event listeners to share its implementation across RewardedAds and InsterstitialAds. This allows us to reuse some JNI callback functions.
- Grouped those integration tests which require user interaction so that they execute one after the next, and front load them to the start of the itest flow (after a few quick sanity checks). This should make running the manual tests easier.
0 commit comments