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

Add autocomplete api #7

Closed alexeyfeskov closed 3 years ago

alexeyfeskov commented 3 years ago

Add autocomplete api for Defold Editor with native extension function/constants descriptions and links to AdMob original docs.

Disclaimer: my English is bad, it would be nice to proofread descriptions provided.

Also not sure about admob.set_privacy_settings() parameter (seems to be ignored in Android impl) and admob.EVENT_IMPRESSION_RECORDED (no cpp-side definition but present in ads.gui_script)

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

AGulev commented 3 years ago

Thank you!