-
Notifications
You must be signed in to change notification settings - Fork 626
Add Dynamic loading support to fiam. #2535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The change adds Analytics load detection.
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (2b59b4a0) is created by Prow via merging commits: 00e9d49 02ab187. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (2b59b4a0) is created by Prow via merging commits: 00e9d49 02ab187. |
...aging/src/main/java/com/google/firebase/inappmessaging/internal/ProxyAnalyticsConnector.java
Show resolved
Hide resolved
...aging/src/main/java/com/google/firebase/inappmessaging/internal/ProxyAnalyticsConnector.java
Show resolved
Hide resolved
AnalyticsConnectorHandle handle = | ||
connector.registerAnalyticsConnectorListener(s, listener); | ||
instance = handle; | ||
if (!eventNames.isEmpty()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth adding some comments here.
The change adds Analytics load detection.