-
- All Implemented Interfaces:
@MainThread() public class InstreamAdLoader
This class can be used for loading instream ads
-
-
Constructor Summary
Constructors Constructor Description InstreamAdLoader(Context context)
-
Method Summary
Modifier and Type Method Description voidloadInstreamAd(@NonNull() Context context, @NonNull() InstreamAdRequestConfiguration configuration)Loads instream ad object. voidsetInstreamAdLoadListener(@Nullable() InstreamAdLoadListener listener)Sets an InstreamAdLoadListener. -
-
Constructor Detail
-
InstreamAdLoader
InstreamAdLoader(Context context)
-
-
Method Detail
-
loadInstreamAd
void loadInstreamAd(@NonNull() Context context, @NonNull() InstreamAdRequestConfiguration configuration)
Loads instream ad object. Loader's listener will be notified about loading result.
- Parameters:
context- Activity contextconfiguration- Request configuration
-
setInstreamAdLoadListener
void setInstreamAdLoadListener(@Nullable() InstreamAdLoadListener listener)
Sets an InstreamAdLoadListener.
- Parameters:
listener- an InstreamAdLoadListener.
-
-
-
-