public abstract class FullScreenContentCallback extends Object
Callback to be invoked when ads show and dismiss full screen content, such as a fullscreen ad experience or an in-app browser.
Public Constructor Summary
Public Method Summary
void |
onAdDismissedFullScreenContent()
Called when the ad dismissed full screen content.
|
void |
onAdFailedToShowFullScreenContent(AdError adError)
Called when the ad failed to show full screen content.
|
void |
onAdShowedFullScreenContent()
Called when the ad showed the full screen content.
|
Inherited Method Summary
Public Constructors
public FullScreenContentCallback ()
Public Methods
public void onAdDismissedFullScreenContent ()
Called when the ad dismissed full screen content.
public void onAdFailedToShowFullScreenContent (AdError adError)
Called when the ad failed to show full screen content.
public void onAdShowedFullScreenContent ()
Called when the ad showed the full screen content.