2. In case FalconMediation is used.
Provide a method to display the consent popup according to Google standards
Last updated
Provide a method to display the consent popup according to Google standards
Last updated
If used in conjunction with Falcon Mediation, then drag the PopupConsent Script onto the first scene of the game. The Popup Consent will be automatically processed according to Google's standards.
The Action OnMediationInitialized will be called after the user has completed interactions with Consent and the mediations have been successfully initialized; at this point, you can display banners or other advertisements.
Some consent forms require allowing users to edit their agreement at any time. Therefore, you should create a button that allows users to show the consent form again when necessary (it's recommended to place this button in the settings popup if available).
The display of this button will depend on the value returned by FalconUMP.RequirePrivacyOptionsForm:
True: show the button
False: hide the button.
When clicking on the button: call the FalconUMP.ShowPrivacyOptionsForm(); function to show the consent form again.