Window Message Events
Both mobile and web platforms continuosly listen for message events coming from the parent window. These controls are provided in order for manual triggering on the iframe, by sending message events t
Message Event Parameter (JSON Stringified)
Functionality
{"changePage":"sport"}
Switch to sports page.
{"changePage":"live"}
Switch to live page.
{"changePage":"altsport"}
Switch to a mobile smaller sports page. (not available in some templates)
{"changePage":"explore"}
Switch to mobile explore page. (not available in some templates)
{"changePage":"bet-history"}
Switch to Bet History.
{"logout":""}
Force UI to logout.
Last updated