Class InterstitialJSInterface
- java.lang.Object
-
- org.prebid.mobile.rendering.views.webview.mraid.BaseJSInterface
-
- org.prebid.mobile.rendering.views.webview.mraid.InterstitialJSInterface
-
- All Implemented Interfaces:
JSInterface
public class InterstitialJSInterface extends BaseJSInterface
-
-
Field Summary
-
Fields inherited from class org.prebid.mobile.rendering.views.webview.mraid.BaseJSInterface
adBaseView, context, defaultAdContainer
-
Fields inherited from interface org.prebid.mobile.rendering.views.webview.mraid.JSInterface
ACTION_CLOSE, ACTION_CREATE_CALENDAR_EVENT, ACTION_EXPAND, ACTION_GET_CURRENT_POSITION, ACTION_GET_DEFAULT_POSITION, ACTION_GET_MAX_SIZE, ACTION_GET_PLACEMENT_TYPE, ACTION_GET_SCREEN_SIZE, ACTION_OPEN, ACTION_ORIENTATION_CHANGE, ACTION_PLAY_VIDEO, ACTION_RESIZE, ACTION_STORE_PICTURE, ACTION_UNLOAD, DEVICE_ORIENTATION, DEVICE_ORIENTATION_LOCKED, JSON_HEIGHT, JSON_IS_MODAL, JSON_METHOD, JSON_VALUE, JSON_WIDTH, JSON_X, JSON_Y, LOCATION_ACCURACY, LOCATION_ERROR, LOCATION_LASTFIX, LOCATION_LAT, LOCATION_LON, LOCATION_TYPE, STATE_DEFAULT, STATE_EXPANDED, STATE_HIDDEN, STATE_LOADING, STATE_RESIZED
-
-
Constructor Summary
Constructors Constructor Description InterstitialJSInterface(android.content.Context context, WebViewBase adBaseView, JsExecutor jsExecutor)Instantiate the interface and set the context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexpand()java.lang.StringgetPlacementType()-
Methods inherited from class org.prebid.mobile.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, notifyScreenMetricsChanged, onError, onOrientationPropertiesChanged, onReadyExpanded, onStateChange, open, playVideo, prepareAndSendReady, resize, setDefaultLayoutParams, shouldUseCustomClose, storePicture, supports, unload, updateScreenMetricsAsync
-
-
-
-
Constructor Detail
-
InterstitialJSInterface
public InterstitialJSInterface(android.content.Context context, WebViewBase adBaseView, JsExecutor jsExecutor)Instantiate the interface and set the context
-
-
Method Detail
-
getPlacementType
public java.lang.String getPlacementType()
- Specified by:
getPlacementTypein interfaceJSInterface- Overrides:
getPlacementTypein classBaseJSInterface
-
expand
public void expand()
- Specified by:
expandin interfaceJSInterface- Overrides:
expandin classBaseJSInterface
-
-