Manual TCF 2.0 processing "Android"¶
The manual processing of the TCF Consent data is performed using the setCustomConsent method. A Consent String previously formed according to the IO Consent String Notation must be passed.
Example:
1 2 3 | |
As mentioned earlier, the IOLib prioritises automatic processing over manual processing. If the result of the automatic processing is a valid IO Consent String, this is always transmitted and the manual one ignored.
In order to be able to check at runtime which consent string is used for transmission, the method 'getConsent' can be called. This returns the IO Consent String currently used for transmission.
Example:
1 2 | |
Last update: October 29, 2021