showPrivacyOptionsForm method
void
showPrivacyOptionsForm(
- OnConsentFormDismissedListener onConsentFormDismissedListener
Helper method to call the Mobile Ads SDK method to show the privacy options form.
Implementation
void showPrivacyOptionsForm(
OnConsentFormDismissedListener onConsentFormDismissedListener) {
ConsentForm.showPrivacyOptionsForm(onConsentFormDismissedListener);
}