Hi, i'm preparing project for the platform and adding their SDK with ads.
I'm working with the C2 runtime and features of the c3 runtime are not available for me with this project.
The thing i can't handle is to get function from their api.
The question is : How to get this function that happens in the Console and then to run action inside Construct?
For example:
->From the Construct i'm Executing JS with the function 'showAds'
-> then ads is showing
- > after the ads Complete i can see the function 'adsComplete' in the Console
-> then i need to run the action in the Construct, after this^ function.
As i know it can be done from the index.html with c2_callFunction, but i don't know the coding.
I'm hoping anyone know the solution!
Thanks!