Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to GADAppOpenAdMBS class.
GADAppOpenAdMBS.canPresent(byref error as NSErrorMBS) as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mobile Ads | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
Sets the error out parameter if the ad can't be presented.
Must be called on the main thread.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mobile Ads | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
Please call Load method first to load the ad in background.
Then later, when loadCompleted was called, the Handle is not zero and finally you can call Present to show the ad over the current view controller.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mobile Ads | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
GADAppOpenAdMBS.loadWithAdUnitID(adUnitID as String, orientation as Integer, request as GADRequestMBS = nil)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mobile Ads | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
Deprecated in favor of the other variant without orientation.
adUnitID: An ad unit ID created in the AdMob or Ad Manager UI.
request: An ad request object. If nil, a default ad request object is used.
Calls loadCompleted event later, when the load operation finishes or times out.
See also:
GADAppOpenAdMBS.loadWithAdUnitID(adUnitID as String, request as GADRequestMBS = nil) New in 24.0
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mobile Ads | MBS iOS Plugin | 24.0 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
adUnitID: An ad unit ID created in the AdMob or Ad Manager UI.
request: An ad request object. If nil, a default ad request object is used.
Calls loadCompleted event later, when the load operation finishes or times out.
See also:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mobile Ads | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
Must be called on the main thread.
The items on this page are in the following plugins: MBS iOS Plugin.