Mobile SDK Android: EPZWebViewOnPageStartedEvent
From ePrize Developers Wiki
Overview
The EPZWebViewOnPageStartedEvent is dispatched when a web page begins to load in the SDK's internal web view.
Event Properties
- view (WebView) - The web view that is initiating the callback.
- url (String) - The url to be loaded.
- favicon (Bitmap) - The favicon for the web page.