ConsentInformation.OnConsentInfoUpdateFailureListener

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.