WebSettingsBoundaryInterface
Kotlin
|Java
interface WebSettingsBoundaryInterface
org.chromium.support_lib_boundary.WebSettingsBoundaryInterface |
Boundary interface for WebSettingsCompat.
Summary
Public methods |
|
---|---|
abstract Int | |
abstract Int | |
abstract Boolean | |
abstract Boolean | |
abstract Boolean | |
abstract Unit | |
abstract Unit |
setForceDark(forceDarkMode: Int) |
abstract Unit |
setOffscreenPreRaster(enabled: Boolean) |
abstract Unit |
setSafeBrowsingEnabled(enabled: Boolean) |
abstract Unit |
setWillSuppressErrorPage(suppressed: Boolean) |
Public methods
getDisabledActionModeMenuItems
abstract fun getDisabledActionModeMenuItems(): Int
getForceDark
abstract fun getForceDark(): Int
getOffscreenPreRaster
abstract fun getOffscreenPreRaster(): Boolean
getSafeBrowsingEnabled
abstract fun getSafeBrowsingEnabled(): Boolean
getWillSuppressErrorPage
abstract fun getWillSuppressErrorPage(): Boolean