Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

ConsentInformation.OnConsentInfoUpdateFailureListener

Stay organized with collections Save and categorize content based on your preferences.
public static interface ConsentInformation.OnConsentInfoUpdateFailureListener

Interface definition for a callback to be invoked when consent info failed to update.

Public Method Summary

abstract void
onConsentInfoUpdateFailure(FormError error)
Called when consent info failed to update.

Public Methods

public abstract void onConsentInfoUpdateFailure (FormError error)

Called when consent info failed to update.

Parameters
error The error, call FormError.getMessage() and FormError.getErrorCode() to get an idea of what happened.