WebMessagePortBoundaryInterface
Kotlin
|Java
interface WebMessagePortBoundaryInterface
org.chromium.support_lib_boundary.WebMessagePortBoundaryInterface |
Boundary interface for WebMessagePort.
Summary
Public methods |
|
---|---|
abstract Unit |
close() |
abstract Unit |
postMessage(message: InvocationHandler!) |
abstract Unit |
setWebMessageCallback(callback: InvocationHandler!) |
abstract Unit |
setWebMessageCallback(callback: InvocationHandler!, handler: Handler!) |
Public methods
close
abstract fun close(): Unit
postMessage
abstract fun postMessage(message: InvocationHandler!): Unit
setWebMessageCallback
abstract fun setWebMessageCallback(callback: InvocationHandler!): Unit
setWebMessageCallback
abstract fun setWebMessageCallback(callback: InvocationHandler!, handler: Handler!): Unit