public class LoadModule extends AdModule<ILoadOperation,LoadOperationState> implements ILoadModule
_executorService, _sdkMetrics| Constructor and Description |
|---|
LoadModule(ISDKMetrics sdkMetrics) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAdOperation(IWebViewBridgeInvoker webViewBridgeInvoker,
LoadOperationState state) |
static ILoadModule |
getInstance() |
void |
onUnityAdsAdLoaded(java.lang.String operationId) |
void |
onUnityAdsFailedToLoad(java.lang.String operationId,
UnityAds.UnityAdsLoadError error,
java.lang.String message) |
getMetricSenderget, remove, remove, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricSenderget, remove, setpublic LoadModule(ISDKMetrics sdkMetrics)
public static ILoadModule getInstance()
public void executeAdOperation(IWebViewBridgeInvoker webViewBridgeInvoker, LoadOperationState state)
executeAdOperation 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 ILoadModule