Issue description:
I successfully compiled the godot source code with godot-admob module following the official documentation. I exported the project for iOS. But I'm wondering how can I use and call the API method in my godot project? For example, there is loadBanner(id, isTop) method. How can I call this method inside my godot project actually? I can't find any example project for it except android.
OS target (Android/iOS): iOS 13.4
Godot version: 3.2
Issue description: I successfully compiled the godot source code with godot-admob module following the official documentation. I exported the project for iOS. But I'm wondering how can I use and call the API method in my godot project? For example, there is
loadBanner(id, isTop)
method. How can I call this method inside my godot project actually? I can't find any example project for it except android.