Package com.rtb.sdk.protocols
Interface RTBDSPInterstitialProtocol
-
- All Implemented Interfaces:
-
com.rtb.sdk.protocols.RTBDSP,com.rtb.sdk.protocols.RTBDSPAdProtocol
public interface RTBDSPInterstitialProtocol implements RTBDSPAdProtocol
-
-
Method Summary
Modifier and Type Method Description abstract Booleanshow(Activity activity)abstract RTBDSPInterstitialDelegategetAdDelegate()abstract UnitsetAdDelegate(RTBDSPInterstitialDelegate adDelegate)-
Methods inherited from class com.rtb.sdk.protocols.RTBDSPAdProtocol
getActivity, pause, resume, setActivity, unload -
Methods inherited from class com.rtb.sdk.protocols.RTBDSP
getBidderName, getSignalsDelegate, loadSignals, renderCreative, setBidderName, setSignalsDelegate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAdDelegate
abstract RTBDSPInterstitialDelegate getAdDelegate()
-
setAdDelegate
abstract Unit setAdDelegate(RTBDSPInterstitialDelegate adDelegate)
-
-
-
-