All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.multiplatform.webview.request.RequestInterceptor.kt Maven / Gradle / Ivy

package com.multiplatform.webview.request

import com.multiplatform.webview.web.WebViewNavigator

/**
 * Interface for intercepting requests in WebView.
 */
interface RequestInterceptor {
    fun onInterceptUrlRequest(
        request: WebRequest,
        navigator: WebViewNavigator,
    ): WebRequestInterceptResult
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy