Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 845 Bytes

File metadata and controls

24 lines (14 loc) · 845 Bytes

Android Components > Service > Telemetry

A generic library for sending telemetry pings from Android applications to Mozilla's telemetry service.

Motivation

The goal of this library is to provide a generic set of components to support a variety of telemetry use cases. It tries to not be opinionated about dependency injection frameworks or http clients. The only dependency is support-annotations to ensure code quality.

Usage

Setting up the dependency

Use gradle to download the library from JCenter:

implementation "org.mozilla.components:telemetry:{latest-version}

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/