UserMessagingPlatform.OnConsentFormLoadFailureListener

public interface UserMessagingPlatform.OnConsentFormLoadFailureListener


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

Summary

Public methods

abstract void

Called when a consent form fails to load.

Public methods

onConsentFormLoadFailure

abstract void onConsentFormLoadFailure(FormError error)

Called when a consent form fails to load.

Parameters
FormError error

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