WebkitToCompatConverterBoundaryInterface

interface WebkitToCompatConverterBoundaryInterface


Boundary interface for a class used for converting webkit objects into Compat (support library) objects.

Summary

Public functions

convertSafeBrowsingResponse

fun convertSafeBrowsingResponse(safeBrowsingResponse: Any?): InvocationHandler?

convertSafeBrowsingResponse

fun convertSafeBrowsingResponse(safeBrowsingResponse: InvocationHandler?): Any?

convertServiceWorkerSettings

fun convertServiceWorkerSettings(serviceWorkerWebSettings: Any?): InvocationHandler?

convertServiceWorkerSettings

fun convertServiceWorkerSettings(serviceWorkerSettings: InvocationHandler?): Any?

convertSettings

fun convertSettings(webSettings: WebSettings?): InvocationHandler?

convertWebMessagePort

fun convertWebMessagePort(webMessagePort: Any?): InvocationHandler?

convertWebMessagePort

fun convertWebMessagePort(webMessagePort: InvocationHandler?): Any?

convertWebResourceError

fun convertWebResourceError(webResourceError: Any?): InvocationHandler?

convertWebResourceError

fun convertWebResourceError(webResourceError: InvocationHandler?): Any?

convertWebResourceRequest

fun convertWebResourceRequest(request: WebResourceRequest?): InvocationHandler?