Protocol
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun interceptHttpProtocol( scheme: String, handler: (request: Request, callback: (redirectRequest: RedirectRequest) -> Unit) -> Unit, completion: (<Error class: unknown class>) -> Unit = definedExternally)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isProtocolHandled(scheme: String): <Error class: unknown class><Boolean>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun registerHttpProtocol( scheme: String, handler: (request: Request, callback: (redirectRequest: RedirectRequest) -> Unit) -> Unit, completion: (<Error class: unknown class>) -> Unit = definedExternally)
Content copied to clipboard
Link copied to clipboard
abstract fun registerSchemesAsPrivileged(customSchemes: Array<CustomScheme>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun uninterceptProtocol(scheme: String, completion: (<Error class: unknown class>) -> Unit = definedExternally)
Content copied to clipboard
Link copied to clipboard
abstract fun unregisterProtocol(scheme: String, completion: (<Error class: unknown class>) -> Unit = definedExternally)
Content copied to clipboard