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) {
292292 public static void SetUserProperty ( string name , string property ) {
293293 FirebaseAnalyticsInternal . SetUserProperty ( name , property ) ;
294294 }
295+
296+ /// @deprecated Use ParameterGroupID instead
297+ [ System . Obsolete ( "Use ParameterGroupID instead." ) ]
298+ public static string ParameterGroupId { get { return ParameterGroupID ; } }
295299}
296300
297301}
Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ Release Notes
7474### Upcoming
7575- Changes
7676 - 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.
7879 - Analytics: Deprecated the Dispose functions, as they are no longer
7980 necessary for cleaning up memory.
8081
You can’t perform that action at this time.
0 commit comments