Exemplo n.º 1
0
 public override void setLogLevel(Advertisement.DebugLevel logLevel)
 {
     UnityAdsIosBridge.UnityAdsSetDebugMode((Advertisement.debugLevel & Advertisement.DebugLevel.DEBUG) != Advertisement.DebugLevel.NONE ? true : false);
 }