i need to know how can i get a count for reward video being watched. i need that count so whenever a user watch the complete video 2 times without skipping then the user is rewarded, i am aware of the handle event function OnHandleRewardUser, but the function seems to be only called first time the ad is displayed.
Set up an int videosPlayed; then every time you call OnHandleRewardUser you increment it.