public class LoadModuleDecoratorTimeout extends LoadModuleDecorator
| Constructor and Description |
|---|
LoadModuleDecoratorTimeout(ILoadModule loadModule,
ConfigurationReader configurationReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAdOperation(IWebViewBridgeInvoker webViewBridgeInvoker,
LoadOperationState state) |
void |
onUnityAdsAdLoaded(java.lang.String operationId) |
void |
onUnityAdsFailedToLoad(java.lang.String operationId,
UnityAds.UnityAdsLoadError error,
java.lang.String message) |
get, getMetricSender, remove, setpublic LoadModuleDecoratorTimeout(ILoadModule loadModule, ConfigurationReader configurationReader)
public void executeAdOperation(IWebViewBridgeInvoker webViewBridgeInvoker, LoadOperationState state)
executeAdOperation in interface IAdModule<ILoadOperation,LoadOperationState>executeAdOperation in class LoadModuleDecoratorpublic void onUnityAdsAdLoaded(java.lang.String operationId)
onUnityAdsAdLoaded in interface ILoadModuleonUnityAdsAdLoaded in class LoadModuleDecoratorpublic void onUnityAdsFailedToLoad(java.lang.String operationId,
UnityAds.UnityAdsLoadError error,
java.lang.String message)
onUnityAdsFailedToLoad in interface ILoadModuleonUnityAdsFailedToLoad in class LoadModuleDecorator