I saw that in the code there is a onRewardedVideoAdClicked() function, but it doesn't trigger an event to the app. Can we include such event? Something like: ``` sendEvent("ironSourceDidClickRewardedVideo", null); ``` Thanks