ServiceWorkerClientBoundaryInterface

interface ServiceWorkerClientBoundaryInterface : FeatureFlagHolderBoundaryInterface


Boundary interface for ServiceWorkerClient.

Summary

Inherited functions

From class FeatureFlagHolderBoundaryInterface
Array<String?>?

Indicate the list of org.chromium.support_lib_boundary.util.Features supported by this object.

Public functions

shouldInterceptRequest

fun shouldInterceptRequest(request: WebResourceRequest?): WebResourceResponse?