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

fix: _onDoneloading callback not called iOS #125

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

andriensis
Copy link
Collaborator

Description

_onDoneloading callback was not being called on iOS because we were checking for BannerAdLoadedEvent, BannerAdLoadedErrorEvent which were in the android package.
I've moved these classes to the interface package so they can be shared both on Android and iOS

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Copy link

@andriensis andriensis changed the title Fix _onDoneloading callback not called iOS fix: _onDoneloading callback not called iOS Jul 30, 2024
@thekorn
Copy link
Owner

thekorn commented Jul 30, 2024

@andriensis - amazing, thanks for your change, this makes tons of sense

@thekorn thekorn merged commit f2df5ea into main Jul 30, 2024
15 of 18 checks passed
@thekorn thekorn deleted the fix-onbannerdoneloading-not-called-ios branch July 30, 2024 09:39
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

Successfully merging this pull request may close these issues.

2 participants