carlosmarti / GodotAppodeal

Ads Module for Godot engine 2.0
16 stars 12 forks source link

Reward Video Finished Callback Not Working #17

Closed QuadTeleport closed 8 years ago

QuadTeleport commented 8 years ago

The reward video finished callback is not working

Shin-NiL commented 8 years ago

I am unable to compile and test right now, but the issue seems to be on appodeal/android/src/GodotAppodeal.java line 423:

runCallback(String.format("onRewardedVideoFinished. Reward: %d %s", amount, name));

it should be something like:

runCallback("onRewardedVideoFinished");

right?