OnConsentFormLoadSuccessListener typedef

OnConsentFormLoadSuccessListener = void Function(ConsentForm consentForm)

Callback to be invoked when a consent form loads successfully

Implementation

typedef OnConsentFormLoadSuccessListener = void Function(
    ConsentForm consentForm);