See: Description
| Interface | Description |
|---|---|
| AnalyticsFacade |
Provides means for libraries to report analytics to an upstream receiver.
|
| AnalyticsFacade.Builder |
The AnalyticsFacade is an interface which is designed
to provide a means for libraries to report analytics to an upstream receiver. It provides a best-effort
mechanism for propagating events to Google Analytics. This interface has methods for sending events
with or without additional parameters and also for enabling or disabling analytics reporting.
Furthermore, it has an internal builder that can be used to build an instance of AnalyticsFacade with custom configurations like frequency limits, custom loggers for error and debug messages, custom URL for Google Analytics, and more.
This package is part of the Chronicle Core library which provides utilities and low-level support for higher-level components.
AnalyticsFacadeCopyright © 2024. All rights reserved.