toggle menu
library-core
8.1.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk
/
GfpRewardedAd
Gfp
Rewarded
Ad
abstract
class
GfpRewardedAd
:
GfpAd
The GfpRewardedAd interface represent a rewarded ad.
See also
Rewarded
Ad
Listener
Inheritors
GfpRewardedAdManagerBase
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 rewarded ad has been successfully loaded.
load
Ad
Link copied to clipboard
abstract
fun
loadAd
(
)
Loads an rewarded ad.
show
Ad
Link copied to clipboard
abstract
fun
showAd
(
@
NonNull
activity
:
Activity
)
:
Boolean
Shows the rewarded ad.