public static interface
UserMessagingPlatform.OnConsentFormLoadFailureListener
Interface definition for a callback to be invoked when a consent form failed to load.
Public Method Summary
abstract void |
Public Methods
public abstract void onConsentFormLoadFailure (FormError error)
Called when a consent form fails to load.
Parameters
error | The error, call FormError.getMessage() and FormError.getErrorCode() to get an idea of what happened.
|
---|