public AndroidPushNotificationService(
     IStorageService storageService,
     IPushNotificationListenerService pushNotificationListenerService)
 {
     _storageService = storageService;
     _pushNotificationListenerService = pushNotificationListenerService;
 }
Ejemplo n.º 2
0
 public iOSPushNotificationHandler(
     IPushNotificationListenerService pushNotificationListenerService)
 {
     _pushNotificationListenerService = pushNotificationListenerService;
 }