Skip to content

Commit bd9ca57

Browse files
Googlera-maurice
authored andcommitted
Update documentation for npa
PiperOrigin-RevId: 244685191
1 parent 6a0476b commit bd9ca57

18 files changed

+25
-2115
lines changed

analytics/ios_headers/FIRUserPropertyNames.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
static NSString *const kFIRUserPropertySignUpMethod
3434
NS_SWIFT_NAME(AnalyticsUserPropertySignUpMethod) = @"sign_up_method";
3535

36-
/// User property to allow events to be used as signals for ad personalization.
36+
/// Indicates whether events logged by Google Analytics can be used to personalize ads for the user.
37+
/// Set to "YES" to enable, or "NO" to disable. Default is enabled. See the
38+
/// <a href="https://firebase.google.com/support/guides/disable-analytics">documentation</a> for
39+
/// more details and information about related settings.
40+
///
41+
/// <pre>
42+
/// [FIRAnalytics setUserPropertyString:@"NO"
43+
/// forName:kFIRUserPropertyAllowAdPersonalizationSignals];
44+
/// </pre>
3745
static NSString *const kFIRUserPropertyAllowAdPersonalizationSignals
3846
NS_SWIFT_NAME(AnalyticsUserPropertyAllowAdPersonalizationSignals) = @"allow_personalized_ads";

invites/CMakeLists.txt

Lines changed: 0 additions & 110 deletions
This file was deleted.

invites/NOTICES

Lines changed: 0 additions & 25 deletions
This file was deleted.

invites/build.gradle

Lines changed: 0 additions & 80 deletions
This file was deleted.

invites/src/android/invites_sender_internal_android.cc

Lines changed: 0 additions & 75 deletions
This file was deleted.

invites/src/android/invites_sender_internal_android.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)