ConsentInformation.OnConsentInfoUpdateFailureListener

interface ConsentInformation.OnConsentInfoUpdateFailureListener


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

Summary

Public functions

Unit

Called when consent info failed to update.

Public functions

onConsentInfoUpdateFailure

fun onConsentInfoUpdateFailure(error: FormError!): Unit

Called when consent info failed to update.

Parameters
error: FormError!

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