Exemple #1
0
 public PushManager(AzureNotificationConfig config,
                    AndroidContext context,
                    Shiny.Notifications.INotificationManager notifications,
                    ISettings settings,
                    IMessageBus bus) : base(context, notifications, settings, bus)
Exemple #2
0
 public PushManager(AzureNotificationConfig config,
                    ShinyCoreServices services,
                    Shiny.Notifications.INotificationManager notifications)
     : base(services, notifications)