Beispiel #1
0
 public NotificationController()
 {
     Service.NotificationController = this;
     if (SwrveManager.instance == null)
     {
         UnityEngine.Object.Instantiate(Resources.Load("SwrveManager"));
     }
     SwrveLog.Level                = SwrveLog.LogLevel.Disabled;
     this.notificationManager      = new AndroidNotificationManager();
     this.notificationEventManager = new NotificationEventManager();
 }
Beispiel #2
0
 public NotificationController()
 {
     Service.Set <NotificationController>(this);
     this.notificationManager      = new WindowsNotificationManager();
     this.notificationEventManager = new NotificationEventManager();
 }