CloudXAdRewardInfo extends CloudXAdInfo with:
rewardLabel?: string- the label of the reward, such as"coins".rewardAmount: number- the reward quantity.
React Hook
{ isLoaded, isLoading, error, rewardEarned, load, show, destroy }
rewardEarnedbecomestruewhen the user completes the ad.rewardEarnedresets tofalseon the nextload()call or when the ad is hidden.