ConsentForm.OnConsentFormDismissedListener

public interface ConsentForm.OnConsentFormDismissedListener


Interface definition for a callback to be invoked when a consent form is dismissed.

Summary

Public methods

abstract void

Called when a consent form is closed.

Public methods

onConsentFormDismissed

abstract void onConsentFormDismissed(@Nullable FormError error)

Called when a consent form is closed. Call getConsentStatus to get the updated consent status.

Parameters
@Nullable FormError error

The error that occurred when showing the form, or null if no error occurred.