-
public interface TrackingConsentProviderCallbackA TrackingConsentProvider callback. It is going to be called whenever the tracking consent was changed.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonConsentUpdated(TrackingConsent previousConsent, TrackingConsent newConsent)Notifies whenever the TrackingConsent was changed. -
-
Method Detail
-
onConsentUpdated
abstract Unit onConsentUpdated(TrackingConsent previousConsent, TrackingConsent newConsent)
Notifies whenever the TrackingConsent was changed.
- Parameters:
previousConsent- the previous value of the TrackingConsentnewConsent- the new value of the TrackingConsent
-
-
-
-