I had write some functions inside the C3 project, and how can I call these functions outside by some JS code requested by the code written by iOS or Android.
For example, my html5 game request a ad from the client by JS code "Alert()", and the client handle the loading ad, show ad, add gold...etc. At the last , my client want to notify the html5 game that the ad is over, the game can continue, but I can't find a way to call the function inside the html5 game by any JS code.
Can anybody help me?