Mobile SDK Android: EPZPromoWebViewEvent
From ePrize Developers Wiki
(Difference between revisions)
Current revision
Overview
The EPZPromoWebViewEvent is dispatched when the EPZPromoWebViewController catches an event from the web page loaded.
Event Properties
- eventName (String) - The event name. Note that this will only be null if there was no event name passed from the web page.
- data (JSONObject) - A JSONObject of data associated with the event. This value may be null if there is no data passed from the web page.