JsMessageHelper

interface JsMessageHelper

Handler to be used in all plugins

Functions

Link copied to clipboard
abstract fun sendJsResponse(jsRequestResponse: JsRequestResponse, callbackName: String, secret: String, webView: WebView)

Method to process all messages

Link copied to clipboard
abstract fun sendSubscriptionEvent(subscriptionEvent: SubscriptionEvent, callbackName: String, secret: String, webView: WebView)

Method to send a subscription event.