-
- All Implemented Interfaces:
-
com.appstock.sdk.rendering.views.webview.mraid.JSInterface
public class InterstitialJSInterface extends BaseJSInterface
-
-
Constructor Summary
Constructors Constructor Description InterstitialJSInterface(Context context, WebViewBase adBaseView, JsExecutor jsExecutor)Instantiate the interface and set the context
-
Method Summary
Modifier and Type Method Description StringgetPlacementType()voidexpand()-
Methods inherited from class com.appstock.sdk.rendering.views.webview.mraid.BaseJSInterface
close, createCalendarEvent, destroy, expand, followToOriginalUrl, getCurrentAppOrientation, getCurrentPosition, getDefaultAdContainer, getDefaultLayoutParams, getDefaultPosition, getJsExecutor, getLocation, getMaxSize, getMraidVariableContainer, getRootView, getScreenMetrics, getScreenSize, handleScreenViewabilityChange, javaScriptCallback, loading, onError, onOrientationPropertiesChanged, onReadyExpanded, onStateChange, open, playVideo, prepareAndSendReady, resize, setDefaultLayoutParams, shouldUseCustomClose, storePicture, supports, unload, updateScreenMetricsAsync -
Methods inherited from class com.appstock.sdk.rendering.views.webview.mraid.JSInterface
expand -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
InterstitialJSInterface
InterstitialJSInterface(Context context, WebViewBase adBaseView, JsExecutor jsExecutor)
Instantiate the interface and set the context
-
-
Method Detail
-
getPlacementType
String getPlacementType()
-
expand
void expand()
-
-
-
-