public class LoadModuleDecorator extends java.lang.Object implements ILoadModule
| Constructor and Description |
|---|
LoadModuleDecorator(ILoadModule loadModule) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAdOperation(IWebViewBridgeInvoker webViewBridgeInvoker,
LoadOperationState state) |
ILoadOperation |
get(java.lang.String id) |
ISDKMetrics |
getMetricSender() |
void |
onUnityAdsAdLoaded(java.lang.String operationId) |
void |
onUnityAdsFailedToLoad(java.lang.String operationId,
UnityAds.UnityAdsLoadError error,
java.lang.String message) |
void |
remove(java.lang.String id) |
void |
set(ILoadOperation sharedObject) |
public LoadModuleDecorator(ILoadModule loadModule)
public void executeAdOperation(IWebViewBridgeInvoker webViewBridgeInvoker, LoadOperationState state)
executeAdOperation in interface IAdModule<ILoadOperation,LoadOperationState>public ISDKMetrics getMetricSender()
getMetricSender in interface IAdModule<ILoadOperation,LoadOperationState>public void onUnityAdsAdLoaded(java.lang.String operationId)
onUnityAdsAdLoaded in interface ILoadModulepublic void onUnityAdsFailedToLoad(java.lang.String operationId,
UnityAds.UnityAdsLoadError error,
java.lang.String message)
onUnityAdsFailedToLoad in interface ILoadModulepublic ILoadOperation get(java.lang.String id)
get in interface IWebViewBridgeSharedObjectStore<ILoadOperation>public void set(ILoadOperation sharedObject)
set in interface IWebViewBridgeSharedObjectStore<ILoadOperation>public void remove(java.lang.String id)
remove in interface IWebViewBridgeSharedObjectStore<ILoadOperation>