Android
androidJvm
js-messaging-api
/
com.duckduckgo.js.messaging.api
/
WebMessagingPlugin
Web
Messaging
Plugin
interface
WebMessagingPlugin
Members
Properties
context
Link copied to clipboard
abstract
val
context
:
String
Functions
post
Message
Link copied to clipboard
abstract
fun
postMessage
(
subscriptionEventData
:
SubscriptionEventData
)
register
Link copied to clipboard
abstract
fun
register
(
jsMessageCallback
:
WebViewCompatMessageCallback
,
webView
:
WebView
)
unregister
Link copied to clipboard
abstract
fun
unregister
(
webView
:
WebView
)