File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,10 @@ public static void SetUserId(string userId) {
292
292
public static void SetUserProperty ( string name , string property ) {
293
293
FirebaseAnalyticsInternal . SetUserProperty ( name , property ) ;
294
294
}
295
+
296
+ /// @deprecated Use ParameterGroupID instead
297
+ [ System . Obsolete ( "Use ParameterGroupID instead." ) ]
298
+ public static string ParameterGroupId { get { return ParameterGroupID ; } }
295
299
}
296
300
297
301
}
Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ Release Notes
74
74
### Upcoming
75
75
- Changes
76
76
- Analytics: Renamed ParameterGroupId to ParameterGroupID, to be
77
- consistent with other similarly named variables.
77
+ consistent with other similarly named variables. ParameterGroupId
78
+ is considered deprecated, and will be removed in the future.
78
79
- Analytics: Deprecated the Dispose functions, as they are no longer
79
80
necessary for cleaning up memory.
80
81
You can’t perform that action at this time.
0 commit comments