managedConsentNeedsUserInterface

abstract fun managedConsentNeedsUserInterface(managedConsent: ManagedConsent)

Notifies that ManagedConsent needs to show a consent dialog. After receiving this notification, you should pause your application and call the showIfNeeded method.

Parameters

managedConsent

The ManagedConsent instance that requests UI.