-
- All Implemented Interfaces:
-
io.cloudx.sdk.CloudXDestroyable,io.cloudx.sdk.CloudXFullscreenAd
public interface CloudXInterstitialAd implements CloudXFullscreenAd<CloudXInterstitialListener>
-
-
Method Summary
Modifier and Type Method Description abstract CloudXInterstitialListenergetListener()abstract UnitsetListener(CloudXInterstitialListener listener)abstract CloudXAdRevenueListenergetRevenueListener()abstract UnitsetRevenueListener(CloudXAdRevenueListener revenueListener)abstract BooleangetIsAdReady()Tells about current ad load status. -
-
Method Detail
-
getListener
abstract CloudXInterstitialListener getListener()
-
setListener
abstract Unit setListener(CloudXInterstitialListener listener)
-
getRevenueListener
abstract CloudXAdRevenueListener getRevenueListener()
-
setRevenueListener
abstract Unit setRevenueListener(CloudXAdRevenueListener revenueListener)
-
getIsAdReady
abstract Boolean getIsAdReady()
Tells about current ad load status.
-
-
-
-