We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb80d4 commit adb1d2dCopy full SHA for adb1d2d
samples/HelloWorld/Assets/Scripts/GoogleMobileAdsController.cs
@@ -162,6 +162,7 @@ public void OpenAdInspector()
162
/// </remarks>
163
public void OpenPrivacyOptions()
164
{
165
+ // [START open_privacy_options]
166
_consentController.ShowPrivacyOptionsForm((string error) =>
167
168
if (error != null)
@@ -174,6 +175,7 @@ public void OpenPrivacyOptions()
174
175
Debug.Log("Privacy form opened successfully.");
176
}
177
});
178
+ // [END open_privacy_options]
179
180
181
0 commit comments