toggle menu
library-core
8.1.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk
/
GfpInterstitialAd
Gfp
Interstitial
Ad
abstract
class
GfpInterstitialAd
:
GfpAd
The GfpInterstitialAd interface represent a interstitial ad.
See also
Interstitial
Ad
Listener
Inheritors
GfpInterstitialAdManager
Members
Functions
destroy
Link copied to clipboard
abstract
fun
destroy
(
)
Destroys an interstitial ad.
is
Ad
Invalidated
Link copied to clipboard
abstract
fun
isAdInvalidated
(
)
:
Boolean
Indicate whether the ad is still valid.
is
Loaded
Link copied to clipboard
abstract
fun
isLoaded
(
)
:
Boolean
Returns
true
if the interstitial ad has been successfully loaded.
load
Ad
Link copied to clipboard
abstract
fun
loadAd
(
)
Loads an interstitial ad.
show
Ad
Link copied to clipboard
abstract
fun
showAd
(
activity
:
Activity
)
:
Boolean
Shows the interstitial ad.