onConsentFormShown property

void Function()? onConsentFormShown
getter/setter pair

Invoked by loadAndShowConsentFormIfRequired (when it does not throw); use it to flip canRequestAdsResult/consentStatus the way a real form dismissal would.

Implementation

void Function()? onConsentFormShown;