Sourcepoint CMP
Requirements
Add the Sourcepoint CMP dependency to your build.gradle:
Make sure, your Sourcepoint CMP has been set up at its backend dashboard. Our support recommends certain vendors to be included in your server-side setup in order to yield optimal revenues. Please also refer to your Sourcepoint CMP’s documentation.
Usage
Follow the instructions in the Managed Consent introduction section.
Sourcepoint CMP needs an Activity instance when being created.
Create an instance of
CMPSourcePoint
(CMPSourcePoint
implementsCMP
interface).Pass the created
CMPSourcePoint
instance while creating the ManagedConsent using thepublic constructor ManagedConsent(cmp: CMP, context: Context, delegate: ManagedConsent.ManagedConsentDelegate)
.
Last updated