UserMessagingPlatform.OnConsentFormLoadFailureListener
Interface definition for a callback to be invoked when a consent form failed to load.
Public Methods
Called when a consent form fails to load.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-02-08 UTC.
[null,null,["Last updated 2023-02-08 UTC."],[[["`UserMessagingPlatform.OnConsentFormLoadFailureListener` is an interface used to handle events when a consent form fails to load in an Android application."],["The `onConsentFormLoadFailure` method is called when the form fails to load, providing a `FormError` object containing details about the error."],["Developers can use the `FormError` object to get the error message and code, allowing them to understand the reason for the failure and potentially take corrective actions."]]],[]]