Entry point for the User Messaging Platform SDK.
| interface | UserMessagingPlatform.OnConsentFormLoadFailureListener | Interface definition for a callback to be invoked when a consent form failed to load. | |
| interface | UserMessagingPlatform.OnConsentFormLoadSuccessListener | Interface definition for a callback to be invoked when a consent form loads successfully. | |
| static ConsentInformation | |
| static void |
loadConsentForm(Context
context,
UserMessagingPlatform.OnConsentFormLoadSuccessListener successListener,
UserMessagingPlatform.OnConsentFormLoadFailureListener failureListener)
Loads a
ConsentForm.
|
Gets the ConsentInformation.
Loads a ConsentForm.
Check that
isConsentFormAvailable() returns true prior to calling this
method.
| context | The context. |
|---|---|
| successListener | The consent form load success listener. |
| failureListener | The consent form load failure listener. |