NavigatorContentUtils
interface NavigatorContentUtils
Functions
isContentHandlerRegistered
abstract fun isContentHandlerRegistered(
: String,
: String
): String
isProtocolHandlerRegistered
abstract fun isProtocolHandlerRegistered(
: String,
: String
): String
registerContentHandler
abstract fun registerContentHandler(
: String,
: String,
: String)
registerProtocolHandler
abstract fun registerProtocolHandler(
: String,
: String,
: String)
unregisterContentHandler
abstract fun unregisterContentHandler(
: String,
: String)
unregisterProtocolHandler
abstract fun unregisterProtocolHandler(
: String,
: String)
Inheritors
Navigator
Exposes the JavaScript Navigator to Kotlin
abstract class Navigator :
NavigatorID,
NavigatorLanguage,
NavigatorOnLine,
NavigatorContentUtils,
NavigatorCookies,
NavigatorPlugins,
NavigatorConcurrentHardware