Game to Web Events Firing
// Sent when user started the game
parent.postMessage({funcName: "game_start_success"}, "*");
// Sent when the web needs to show a rewarded video ad
parent.postMessage({funcName: "game_reward_click", rewardParams: { itemId: 1 }}, "*");Event Name
Firing Logic
Last updated