Appodeal rewardVideo check finished status

Hi guys,

One quick question  :smiley:

When I call:

if appodeal.isLoaded("rewardedVideo") then appodeal.show("rewardedVideo") return true end

I assume there is no way I can check weather reward video has done playing?

User can suspend/kill the app and earn coins?  :D  :lol:

Many thanks.

Ivan

In your event listener you can check for event.phase==“playbackEnded” with event.type==“rewardedVideo”.

event.data will in this case also contain more info about the reward.

In your event listener you can check for event.phase==“playbackEnded” with event.type==“rewardedVideo”.

event.data will in this case also contain more info about the reward.