unloadRequest

abstract fun unloadRequest()

Sends a request to the app to remove or hide an Advertisement.

It is most often used in AdPlacementType.INTERSTITIAL advertising, when the ad should be hidden, but can also be used in AdPlacementType.INLINE advertising.

The app will receive the request using the AdEventListener and AdEventType.UnloadRequest.