sendMessageToWebView

open fun sendMessageToWebView(message: String)

Sends a message to the underlying WebView of the interstitial. 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')