SDK Tappx Phonegap GDPR
Custom / Manual method (managed by the developer)
The developer must create their own consent management platform (CMP) or use a third-party and re-submit the information of the user's consent to the SDK of Tappx through the parameters enabled for that purpose. Using this system Tappx will not show its consent request screen. Call the following function with the consent parameter being a boolean indicating whether the user consents or not to the use of their data:
tappxphonegap.customGrantConsentGDPR(
consent,
function () {
//Success Callback
},
function () {
//Error Callback
}
)
In case of using a third-party CMP (or your own) you can use the following instruction to pass the consent string (Important: It must be a consent of a CMP authorized by the IAB):
tappxphonegap.setCustomConsentGDPR(
gdprConsentString,
function () {
//Success Callback
},
function () {
//Error Callback
}
)
Tappx © 2024