-
public class PredefinedUIDependencyManager
-
-
Field Summary
Fields Modifier and Type Field Description private UsercentricsLoggerloggerprivate final UsercentricsCookieInformationServicecookieInformationServiceprivate final UsercentricsAnalyticsManageranalyticsManagerprivate final PredefinedUIAriaLabelsariaLabelsprivate Lazy<UCRemoteImageService>remoteImageServicepublic final static PredefinedUIDependencyManagerINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitboot(UsercentricsLogger logger, UsercentricsCookieInformationService cookieInformationService, UsercentricsAnalyticsManager analyticsManager, PredefinedUIAriaLabels ariaLabels)final UnittearDown()final UsercentricsLoggergetLogger()final UnitsetLogger(UsercentricsLogger logger)final UsercentricsCookieInformationServicegetCookieInformationService()final UsercentricsAnalyticsManagergetAnalyticsManager()final PredefinedUIAriaLabelsgetAriaLabels()final Lazy<UCRemoteImageService>getRemoteImageService()final UnitsetRemoteImageService(Lazy<UCRemoteImageService> remoteImageService)-
-
Method Detail
-
boot
final Unit boot(UsercentricsLogger logger, UsercentricsCookieInformationService cookieInformationService, UsercentricsAnalyticsManager analyticsManager, PredefinedUIAriaLabels ariaLabels)
-
getLogger
final UsercentricsLogger getLogger()
-
getCookieInformationService
final UsercentricsCookieInformationService getCookieInformationService()
-
getAnalyticsManager
final UsercentricsAnalyticsManager getAnalyticsManager()
-
getAriaLabels
final PredefinedUIAriaLabels getAriaLabels()
-
getRemoteImageService
final Lazy<UCRemoteImageService> getRemoteImageService()
-
setRemoteImageService
final Unit setRemoteImageService(Lazy<UCRemoteImageService> remoteImageService)
-
-
-
-