-
public final class WebViewConfigUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanscrollableprivate final BooleanbounceEnableprivate final BooleanallowPinchGestureprivate final BooleanlinkPreviewprivate final BooleanjavascriptEnabledprivate final BooleandomStorageEnabledprivate final BooleanloadWithOverviewModeprivate final BooleanuseWideViewPortprivate final BooleandisplayZoomControlsprivate final BooleanbuiltInZoomControlsprivate final BooleansupportMultiWindowprivate final StringbackgroundColorprivate final StringcustomUserAgentprivate final BooleanplaybackRequiresUserAction
-
Constructor Summary
Constructors Constructor Description WebViewConfigUpdate(Boolean scrollable, Boolean bounceEnable, Boolean allowPinchGesture, Boolean linkPreview, Boolean javascriptEnabled, Boolean domStorageEnabled, Boolean loadWithOverviewMode, Boolean useWideViewPort, Boolean displayZoomControls, Boolean builtInZoomControls, Boolean supportMultiWindow, String backgroundColor, String customUserAgent, Boolean playbackRequiresUserAction)
-
Method Summary
Modifier and Type Method Description final BooleangetScrollable()final BooleangetBounceEnable()final BooleangetAllowPinchGesture()final BooleangetLinkPreview()final BooleangetJavascriptEnabled()final BooleangetDomStorageEnabled()final BooleangetLoadWithOverviewMode()final BooleangetUseWideViewPort()final BooleangetDisplayZoomControls()final BooleangetBuiltInZoomControls()final BooleangetSupportMultiWindow()final StringgetBackgroundColor()final StringgetCustomUserAgent()final BooleangetPlaybackRequiresUserAction()-
-
Constructor Detail
-
WebViewConfigUpdate
WebViewConfigUpdate(Boolean scrollable, Boolean bounceEnable, Boolean allowPinchGesture, Boolean linkPreview, Boolean javascriptEnabled, Boolean domStorageEnabled, Boolean loadWithOverviewMode, Boolean useWideViewPort, Boolean displayZoomControls, Boolean builtInZoomControls, Boolean supportMultiWindow, String backgroundColor, String customUserAgent, Boolean playbackRequiresUserAction)
-
-
Method Detail
-
getScrollable
final Boolean getScrollable()
-
getBounceEnable
final Boolean getBounceEnable()
-
getAllowPinchGesture
final Boolean getAllowPinchGesture()
-
getLinkPreview
final Boolean getLinkPreview()
-
getJavascriptEnabled
final Boolean getJavascriptEnabled()
-
getDomStorageEnabled
final Boolean getDomStorageEnabled()
-
getLoadWithOverviewMode
final Boolean getLoadWithOverviewMode()
-
getUseWideViewPort
final Boolean getUseWideViewPort()
-
getDisplayZoomControls
final Boolean getDisplayZoomControls()
-
getBuiltInZoomControls
final Boolean getBuiltInZoomControls()
-
getSupportMultiWindow
final Boolean getSupportMultiWindow()
-
getBackgroundColor
final String getBackgroundColor()
-
getCustomUserAgent
final String getCustomUserAgent()
-
getPlaybackRequiresUserAction
final Boolean getPlaybackRequiresUserAction()
-
-
-
-