Method ShowPrivacyOptionsFormAsync
ShowPrivacyOptionsFormAsync()
Reopens the UMP privacy options form so the user can change or withdraw the consent they already
gave. Call this from a settings entry point, which is mandatory whenever
IsPrivacyOptionsRequired is true. Returns whether the form was shown.
The user may withdraw consent here, so CanRequestAds can be false once this
returns — stop requesting new ads in that case.
public static Awaitable<bool> ShowPrivacyOptionsFormAsync()
Returns
- Awaitable<bool>