defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

Fixed typo in event name #19

Closed britzl closed 1 year ago

britzl commented 2 years ago

Fixes #18

AGulev commented 2 years ago

this is not so small fix. it will break all the games with admob integrated. We should make an announcement, or keep duplicate of the constant with the same value on Lua side (not in enum)

britzl commented 2 years ago

Good point. Maybe better to keep a duplicate then.