Package com.rtb.sdk
Class RTBFullscreenAd
-
- All Implemented Interfaces:
public final class RTBFullscreenAd
-
-
Field Summary
Fields Modifier and Type Field Description private RTBFullscreenDelegatedelegateprivate List<RTBDSPInterstitialProtocol>dspAdapters
-
Constructor Summary
Constructors Constructor Description RTBFullscreenAd(Context context)
-
Method Summary
Modifier and Type Method Description final RTBFullscreenDelegategetDelegate()Delegate that will be notified with fullscreen ad events final UnitsetDelegate(RTBFullscreenDelegate delegate)Delegate that will be notified with fullscreen ad events final List<RTBDSPInterstitialProtocol>getDspAdapters()Optional list of special adapters handling extra requirements of select DSPs final UnitsetDspAdapters(List<RTBDSPInterstitialProtocol> dspAdapters)final Booleanload(RTBFullscreenRequestConfiguration configuration)Loads a new ad with given fullscreen request configuration. final Booleanshow(Activity activity)Show the loaded fullscreen ad. -
-
Constructor Detail
-
RTBFullscreenAd
RTBFullscreenAd(Context context)
-
-
Method Detail
-
getDelegate
final RTBFullscreenDelegate getDelegate()
Delegate that will be notified with fullscreen ad events
-
setDelegate
final Unit setDelegate(RTBFullscreenDelegate delegate)
Delegate that will be notified with fullscreen ad events
-
getDspAdapters
final List<RTBDSPInterstitialProtocol> getDspAdapters()
Optional list of special adapters handling extra requirements of select DSPs
-
setDspAdapters
final Unit setDspAdapters(List<RTBDSPInterstitialProtocol> dspAdapters)
-
load
final Boolean load(RTBFullscreenRequestConfiguration configuration)
Loads a new ad with given fullscreen request configuration. Returns true if the ad will start loading, false otherwise.
-
-
-
-