Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 3.05 KB

README.md

File metadata and controls

52 lines (31 loc) · 3.05 KB

Adobe Experience Platform Consent Collection Mobile Extension

Maven Central

About this project

The Adobe Experience Platform Edge Consent Collection mobile extension enables consent preferences collection from your mobile app when using the Adobe Experience Platform Mobile SDK and the Edge Network extension.

Installation

Integrate the Consent mobile extension into your app by following the getting started guide.

Development

Open the project

To open and run the project, open the code/settings.gradle.kt file in Android Studio.

Run the test application

To configure and run the test app for this project, follow the getting started guide for the test app.

Code format

This project uses the code formatting tools Spotless with Prettier. Formatting is applied when the project is built from Gradle and is checked when changes are submitted to the CI build system.

Prettier requires Node version 10+

To enable the Git pre-commit hook to apply code formatting on each commit, run the following to update the project's git config core.hooksPath:

make init

Related Projects

Project Description
Core extensions The Mobile Core represents the foundation of the Adobe Experience Platform Mobile SDK.
Edge Network This extension allows you to send data to Edge Network from a mobile application.
Identity for Edge Network The Identity for Edge Network extension enables identity management from a mobile app when using the Edge Network extension.
Assurance extension The Assurance extension enables validation workflows for your Mobile SDK implementation.

Documentation

Additional documentation for usage and Mobile SDK architecture can be found under the Documentation directory.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.