コード例 #1
0
 private void onChartBoostVideoLoadFailed(CBLocation location, CBImpressionError error)
 {
     Debug.Log("Interstitial not loaded at location: " + location.ToString());
     Debug.Log("with error: " + error.GetType());
 }