public AndroidPushNotificationService(
     IStorageService storageService,
     IPushNotificationListenerService pushNotificationListenerService)
 {
     _storageService = storageService;
     _pushNotificationListenerService = pushNotificationListenerService;
 }
Example #2
0
 public iOSPushNotificationHandler(
     IPushNotificationListenerService pushNotificationListenerService)
 {
     _pushNotificationListenerService = pushNotificationListenerService;
 }