Analytics SetDefaultParameters
Description
Provide details of the change, and generalize the change in the PR title above.
Add SetDefaultParameters API to Firebase Analytics Unity SDK.
This commit introduces the FirebaseAnalytics.SetDefaultParameters() method to the Unity SDK, wrapping the underlying C++ firebase::analytics::SetDefaultEventParameters() and firebase::analytics::ClearDefaultEventParameters() functions.
Testing
Describe how you've tested these changes.
Calls to the new API have been integrated into the existing TestApp (UIHandler.cs) for manual verification and TestAppAutomated (UIHandlerAutomated.cs) for automated execution. These tests will exercise the API surface but not programmatically verify results from the Unity side.
Type of Change
Place an x the applicable box:
- [ ] Bug fix. Add the issue # below if applicable.
- [X] New feature. A non-breaking change which adds functionality.
- [ ] Other, such as a build process or documentation change.