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