NavigatorContentUtils

external interface NavigatorContentUtils

Functions

isContentHandlerRegistered
Link copied to clipboard
abstract fun isContentHandlerRegistered(mimeType: String, url: String): String
isProtocolHandlerRegistered
Link copied to clipboard
abstract fun isProtocolHandlerRegistered(scheme: String, url: String): String
registerContentHandler
Link copied to clipboard
abstract fun registerContentHandler(mimeType: String, url: String, title: String)
registerProtocolHandler
Link copied to clipboard
abstract fun registerProtocolHandler(scheme: String, url: String, title: String)
unregisterContentHandler
Link copied to clipboard
abstract fun unregisterContentHandler(mimeType: String, url: String)
unregisterProtocolHandler
Link copied to clipboard
abstract fun unregisterProtocolHandler(scheme: String, url: String)

Inheritors

Navigator
Link copied to clipboard