loadConsentForm static method
void
loadConsentForm(
- OnConsentFormLoadSuccessListener successListener,
- OnConsentFormLoadFailureListener failureListener
Loads a ConsentForm.
Check that ConsentInformation.isConsentFormAvailable() returns true prior to calling this method.
Implementation
static void loadConsentForm(
OnConsentFormLoadSuccessListener successListener,
OnConsentFormLoadFailureListener failureListener,
) {
UserMessagingChannel.instance.loadConsentForm(
successListener,
failureListener,
);
}