Archived
1
0

Added advert cards

This commit is contained in:
Michael Gordeev
2019-12-05 01:50:54 +03:00
parent e2b2a7cc8d
commit 0d3438d82d
5 changed files with 66 additions and 17 deletions
+4 -3
View File
@@ -1,7 +1,6 @@
using System;
using System.Net.Http;
using Microsoft.Advertising.WinRT.UI;
using System;
using Windows.ApplicationModel.Core;
using Windows.UI.Notifications;
namespace FoxTube.Core.Helpers
{
@@ -32,5 +31,7 @@ namespace FoxTube.Core.Helpers
Settings.ResetSettings();
RestartApp();
}
public static NativeAdsManagerV2 AdManager => new NativeAdsManagerV2("9ncqqxjtdlfh", "1100044398");
}
}