UserMessagingPlatform.OnConsentFormLoadFailureListener

interface UserMessagingPlatform.OnConsentFormLoadFailureListener


Interface definition for a callback to be invoked when a consent form failed to load.

Summary

Public functions

Unit

Called when a consent form fails to load.

Public functions

onConsentFormLoadFailure

fun onConsentFormLoadFailure(error: FormError!): Unit

Called when a consent form fails to load.

Parameters
error: FormError!

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