示例#1
0
 public NotificationService(INotificationPlugin[] notificationPlugins)
 {
     this.notificationPlugins = notificationPlugins;
 }
示例#2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="accountManager">Account manager</param>
 /// <param name="notificationPlugin">Notifications plugin</param>
 public NotificationManager(INotificationPlugin notificationPlugin)
 {
     this._notificationPlugin = notificationPlugin;
 }