sendMessageToWebView

open fun sendMessageToWebView(@NonNull message: String)

Sends a message to the WebView. This is done by triggering a MRAID event within the WebView (event name 'sasMessage') that any registered javascript listener can handle

Parameters

message

the value of the message (i.e. the value of the event 'sasMessage')