internal PushCountlyService(EventCountlyService eventCountlyService, RequestCountlyHelper requestCountlyHelper, INotificationsService notificationsService, NotificationsCallbackService notificationsCallbackService)
 {
     _eventCountlyService          = eventCountlyService;
     _requestCountlyHelper         = requestCountlyHelper;
     _notificationsService         = notificationsService;
     _notificationsCallbackService = notificationsCallbackService;
 }
Exemple #2
0
 internal DeviceIdCountlyService(SessionCountlyService sessionCountlyService,
                                 RequestCountlyHelper requestCountlyHelper, EventCountlyService eventCountlyService, CountlyUtils countlyUtils)
 {
     _sessionCountlyService = sessionCountlyService;
     _requestCountlyHelper  = requestCountlyHelper;
     _eventCountlyService   = eventCountlyService;
     _countlyUtils          = countlyUtils;
 }
Exemple #3
0
 internal StarRatingCountlyService(EventCountlyService eventCountlyService)
 {
     _eventCountlyService = eventCountlyService;
 }
Exemple #4
0
 internal ViewCountlyService(CountlyConfigModel config, EventCountlyService eventService)
 {
     _config       = config;
     _eventService = eventService;
 }