Skip to content

Commit adb1d2d

Browse files
nventimiglicopybara-github
authored andcommitted
Internal Changes.
PiperOrigin-RevId: 789887551
1 parent 8eb80d4 commit adb1d2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/HelloWorld/Assets/Scripts/GoogleMobileAdsController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public void OpenAdInspector()
162162
/// </remarks>
163163
public void OpenPrivacyOptions()
164164
{
165+
// [START open_privacy_options]
165166
_consentController.ShowPrivacyOptionsForm((string error) =>
166167
{
167168
if (error != null)
@@ -174,6 +175,7 @@ public void OpenPrivacyOptions()
174175
Debug.Log("Privacy form opened successfully.");
175176
}
176177
});
178+
// [END open_privacy_options]
177179
}
178180
}
179181
}

0 commit comments

Comments
 (0)