Package com.rtb.sdk
Class RTBNativeAdLoader
-
- All Implemented Interfaces:
public final class RTBNativeAdLoader
-
-
Field Summary
Fields Modifier and Type Field Description private final RTBNativeAdLoadDelegateloadListener
-
Constructor Summary
Constructors Constructor Description RTBNativeAdLoader(Context context, RTBNativeAdLoadDelegate loadListener)
-
Method Summary
Modifier and Type Method Description final RTBNativeAdLoadDelegategetLoadListener()final Unitload(RTBNativeAdRequestConfiguration configuration)Loads a new ad with given request configuration. -
-
Constructor Detail
-
RTBNativeAdLoader
RTBNativeAdLoader(Context context, RTBNativeAdLoadDelegate loadListener)
-
-
Method Detail
-
getLoadListener
final RTBNativeAdLoadDelegate getLoadListener()
-
load
final Unit load(RTBNativeAdRequestConfiguration configuration)
Loads a new ad with given request configuration.
-
-
-
-