mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 09:28:03 +08:00
Update european-user-consent.md
This commit is contained in:
@@ -148,6 +148,9 @@ const formResult = await AdsConsent.showForm({
|
||||
if (formResult.userPrefersAdFree) {
|
||||
// Handle the users request, e.g. redirect to a paid for version of the app
|
||||
}
|
||||
|
||||
// The user requested non-personalized or personalized ads
|
||||
const status = formResult.status;
|
||||
```
|
||||
|
||||
The `formResult.status` provides feedback on whether the user consented to personalized ads, or non-personalized ads.
|
||||
|
||||
Reference in New Issue
Block a user