// Determines whether the interstitial has loaded.
 public bool IsRewardVideoReady()
 {
     return(YumiExterns.IsRewardVideoReady(this.RewardVideoPtr));
 }