Interface JSInterface
- All Known Implementing Classes:
BannerJSInterface,BaseJSInterface,InterstitialJSInterface
public interface JSInterface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcreateCalendarEvent(String parameters) voidexpand()voidvoidjavaScriptCallback(String handlerHash, String method, String value) voidonOrientationPropertiesChanged(String properties) voidvoidvoidresize()voidshouldUseCustomClose(String useCustomClose) Deprecated.voidstorePicture(String url) booleanvoidunload()
-
Field Details
-
ACTION_GET_MAX_SIZE
- See Also:
-
ACTION_GET_SCREEN_SIZE
- See Also:
-
ACTION_GET_DEFAULT_POSITION
- See Also:
-
ACTION_GET_CURRENT_POSITION
- See Also:
-
ACTION_GET_PLACEMENT_TYPE
- See Also:
-
ACTION_CLOSE
- See Also:
-
ACTION_RESIZE
- See Also:
-
ACTION_EXPAND
- See Also:
-
ACTION_ORIENTATION_CHANGE
- See Also:
-
ACTION_OPEN
- See Also:
-
ACTION_CREATE_CALENDAR_EVENT
- See Also:
-
ACTION_STORE_PICTURE
- See Also:
-
ACTION_PLAY_VIDEO
- See Also:
-
ACTION_UNLOAD
- See Also:
-
STATE_LOADING
- See Also:
-
STATE_DEFAULT
- See Also:
-
STATE_EXPANDED
- See Also:
-
STATE_RESIZED
- See Also:
-
STATE_HIDDEN
- See Also:
-
JSON_METHOD
- See Also:
-
JSON_VALUE
- See Also:
-
JSON_WIDTH
- See Also:
-
JSON_HEIGHT
- See Also:
-
JSON_IS_MODAL
- See Also:
-
JSON_X
- See Also:
-
JSON_Y
- See Also:
-
LOCATION_ERROR
- See Also:
-
LOCATION_LAT
- See Also:
-
LOCATION_LON
- See Also:
-
LOCATION_ACCURACY
- See Also:
-
LOCATION_TYPE
- See Also:
-
LOCATION_LASTFIX
- See Also:
-
DEVICE_ORIENTATION
- See Also:
-
DEVICE_ORIENTATION_LOCKED
- See Also:
-
-
Method Details
-
getMaxSize
String getMaxSize() -
getScreenSize
String getScreenSize() -
getDefaultPosition
String getDefaultPosition() -
getCurrentPosition
String getCurrentPosition() -
onOrientationPropertiesChanged
-
getPlacementType
String getPlacementType() -
close
void close() -
resize
void resize() -
expand
void expand() -
expand
-
open
-
javaScriptCallback
-
createCalendarEvent
-
storePicture
-
supports
-
playVideo
-
shouldUseCustomClose
Deprecated. -
getLocation
String getLocation() -
getCurrentAppOrientation
String getCurrentAppOrientation() -
unload
void unload()
-