AdRepresentationManager.ShowFullScreenAd

Syntax:

ShowFullScreenAd(<CompletionHandler>)

Parameters:

<CompletionHandler> (optional)

Type: NotifyDescription.
Contains description of the procedure which will be called upon completion of the banner display.
The handler procedure must have the following parameters:
  • <Additional parameters>.

Description:

Display full-screen banner.
If ad display is disabled or the device has no Internet connection, the method will call a handler procedure and the banner will not be displayed.
When using AdMob service on Android platform the banner display uses identifier which was specified after calling the method SetFullScreenAdID. If the banner identifier was changed during its display, a new banner will be downloaded and displayed after the second calling of the method. If the banner identifier is not installed, an exception is generated.

Availability:

Mobile application (client).

    

1C:Enterprise Developer's Community