| Artifact | implementation("com.CYBEXO:nxg-sdk:1.+") |
| Minimum | API 24 · Kotlin 1.9 · AGP 8 |
| Footprint | approx. 200 kB AAR |
settings.gradle (top-level):app/build.gradle.kts:Snapshot builds:
Use1.0.2-SNAPSHOTand add:
| Method | Description |
|---|---|
initialize(context, settingsId) | Loads configuration, vendor list (GVL), and initializes consent state. |
showBanner(context, force = false) | Displays banner; use force = true to reopen. |
acceptAllSelections() / rejectAllSelections() | Convenience methods for second-layer actions. |
applyCustomSelections(purposes, vendors) | Persist custom purpose/vendor matrix selections. |
Important: Consent Mode is a technical framework.
Customers remain responsible for regulatory configuration decisions.
com.CYBEXO:nxg-sdk dependency.