I am able to display Google AdMob Reward Ads.
Now I want to override the timer text in the Ads. See the below image in which I have highlighted the text to change.
Is there any way to override it?. I have tried to set the customData
but failed!!.
Following is my Kotlin code :
var mRewardedVideoAd = MobileAds.getRewardedVideoAdInstance(activity) as RewardedVideoAd
mRewardedVideoAd.rewardedVideoAdListener = this
mRewardedVideoAd.customData="Watch TV in full screen with in"
mRewardedVideoAd.loadAd(getString(R.string.REWARD_ADS_ID),
AdRequest.Builder().addTestDevice("A55D26BCECE9CE60D47A8D8F7BBE8015").build())