コード例 #1
0
 /// <summary>
 /// Gets the instance.
 /// </summary>
 /// <param name="spotId">Spot id.</param>
 /// <param name="apiKey">API key.</param>
 public static NendAdInterstitialVideo NewVideoAd(string spotId, string apiKey)
 {
     return(NendAdNativeInterfaceFactory.CreateInterstitialVideoAd(spotId, apiKey));
 }
コード例 #2
0
 /// <summary>
 /// Gets the instance.
 /// </summary>
 /// <param name="spotId">Spot id.</param>
 /// <param name="apiKey">API key.</param>
 public static NendAdRewardedVideo NewVideoAd(string spotId, string apiKey)
 {
     return(NendAdNativeInterfaceFactory.CreateRewardedVideoAd(spotId, apiKey));
 }