|
|
@@ -595,7 +595,9 @@ null != this.proxy && this.proxy.onInterstitialAdShow(t, e);
|
|
|
},
|
|
|
onInterstitialAdStartPlayingVideo: function() {},
|
|
|
onInterstitialAdEndPlayingVideo: function() {},
|
|
|
-onInterstitialAdFailedToPlayVideo: function() {},
|
|
|
+onInterstitialAdFailedToPlayVideo: function(t, e) {
|
|
|
+null != this.proxy && this.proxy.onInterstitialAdFailedToPlayVideo(t, e);
|
|
|
+},
|
|
|
onInterstitialAdFailedToShow: function() {},
|
|
|
onInterstitialAdClose: function(t, e) {
|
|
|
null != this.proxy && this.proxy.onInterstitialAdClose(t, e);
|
|
|
@@ -715,6 +717,10 @@ gData.adData.updateADLog(8, t, n);
|
|
|
this.loadInter(1);
|
|
|
} else this.loadInter(0);
|
|
|
};
|
|
|
+e.prototype.onInterstitialAdFailedToPlayVideo = function(t, e) {
|
|
|
+mk.console.logSingle("onInterstitialAdFailedToPlayVideo placementId >> ", t);
|
|
|
+mk.console.logSingle("onInterstitialAdFailedToPlayVideo ", e);
|
|
|
+};
|
|
|
return e;
|
|
|
}(r.zgSingleton);
|
|
|
n.default = s;
|
|
|
@@ -10655,7 +10661,7 @@ value: !0
|
|
|
n.ServerUrl = n.HttpData = void 0;
|
|
|
var o, i = function() {
|
|
|
function t() {
|
|
|
-this.serverType = 1;
|
|
|
+this.serverType = 0;
|
|
|
}
|
|
|
t.prototype.getServerUrl = function() {
|
|
|
switch (this.serverType) {
|
|
|
@@ -11222,7 +11228,7 @@ value: !0
|
|
|
n.LogTagColor = void 0;
|
|
|
var i, a = function() {
|
|
|
function t() {
|
|
|
-this.ifShowLog = !1;
|
|
|
+this.ifShowLog = !0;
|
|
|
this._tagChar = "...";
|
|
|
this._frontChar = " ";
|
|
|
this._keyValueChar = " = ";
|