You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flutter-hms-analytics/CHANGELOG.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 6.5.0+300
2
+
3
+
-**[Breaking Change]** Added the ```getInstance({String routePolicy})``` method. With this version ```getInstance``` method must be called from the application to initialize plugin in Android platform.
4
+
- Added events to [HAEventType](lib/src/constants/analytics_constants.dart).
5
+
- Added parameters to [HAParamType](lib/src/constants/analytics_constants.dart).
6
+
- Added attributes to [HAUserProfileType](lib/src/constants/analytics_constants.dart).
7
+
- Added ```setChannel```, ```setPropertyCollection``` and ```setCustomReferrer``` methods to [HMSAnalytics](lib/src/hms_analytics.dart) class.
8
+
- Supported on devices running Android 12.
9
+
1
10
## 6.2.0+302
2
11
3
12
- Deleted the capability of prompting users to install HMS Core (APK).
@@ -11,8 +20,7 @@
11
20
12
21
- Changed the value of minSdkVersion from 19 to 18 to support more mobile phones.
13
22
- Added custom data support to onEvent API.
14
-
-**[Breaking Changes]**
15
-
- Deleted the **OccurredTime** and **InstallTime** parameters from the automatically collected events and predefined events.
23
+
-**[Breaking Change]** Deleted the **OccurredTime** and **InstallTime** parameters from the automatically collected events and predefined events.
Copy file name to clipboardExpand all lines: flutter-hms-analytics/android/src/main/java/com/huawei/hms/flutter/analytics/AnalyticsContentProvider.java
Copy file name to clipboardExpand all lines: flutter-hms-analytics/android/src/main/java/com/huawei/hms/flutter/analytics/handler/HMSAnalyticsMethodCallHandler.java
0 commit comments