ServiceWorkerWebSettingsBoundaryInterface

interface ServiceWorkerWebSettingsBoundaryInterface


Boundary interface for ServiceWorkerWebSettings.

Summary

Public functions

getAllowContentAccess

fun getAllowContentAccess(): Boolean

getAllowFileAccess

fun getAllowFileAccess(): Boolean

getBlockNetworkLoads

fun getBlockNetworkLoads(): Boolean

getCacheMode

fun getCacheMode(): Int

setAllowContentAccess

fun setAllowContentAccess(allow: Boolean): Unit

setAllowFileAccess

fun setAllowFileAccess(allow: Boolean): Unit

setBlockNetworkLoads

fun setBlockNetworkLoads(flag: Boolean): Unit

setCacheMode

fun setCacheMode(mode: Int): Unit