Kidos plugin behaviour

Hello everyone,

I have a few questions regarding the kidos plugin:

1- what event/events is/are triggered when a rewarded video finishes playback? I know event.phase = “rewarded” is triggered, but is event.phase = “closed” also triggered when a user taps on “x” to close the static image immediately displayed at the end of a rewarded video?

2- what event is triggered if a user clicks on an ad? 

3- should i call kidos.load(“rewardedvideo”) only once after init, or should i call it for every time i want to show a rewarded video?

Thanks for all your help

Luay

Edited: I probably should call it by it’s correct name: Kidoz :wink:

to answer my own questions: using adb logcat i discovered the following.

1- both “reward” and “closed” are triggered. but they are triggered together. what i mean is that “reward” is not triggered when video stops playing. it is triggered when user taps “x” to close the ad. at the time, “reward” is triggered and “closed” which seems redundant to me.

2- nothing is triggered when an ad is clicked. which means when the users comes back to the app he will still see the ad displayed because nothing was triggered to inform me that i should remove it. not a big deal, but not a good user experience i think.

3- yes. i should call load every time i want to show an ad. ads are not auto loaded like in appodeal.