ConsentInformation.OnConsentInfoUpdateFailureListener

public interface ConsentInformation.OnConsentInfoUpdateFailureListener


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

Summary

Public methods

abstract void

Called when consent info failed to update.

Public methods

onConsentInfoUpdateFailure

abstract void onConsentInfoUpdateFailure(FormError error)

Called when consent info failed to update.

Parameters
FormError error

The error, call getMessage and getErrorCode to get an idea of what happened.