fune/mobile/android/android-components/components/concept/push
mcarare 063c553913 Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
..
src Bug 1829982: Fixes push breaking changes for AS 2023-05-31 19:29:51 +00:00
build.gradle Bug 1849833 - Replace deprecated compileSdkVersion. 2023-09-11 06:36:20 +00:00
README.md [components] Issue https://github.com/mozilla-mobile/android-components/issues/1916: Create concept-push component 2019-03-21 15:38:41 -04:00

Android Components > Concept > Push

An abstract definition of a push service component.

Usage

Setting up the dependency

Use Gradle to download the library from maven.mozilla.org (Setup repository):

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

Implementing a Push service.

TBD

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/