Skip to content
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

AnalyticsTransmissionTarget.trackEvent(String, EventProperties) with strong types #833

Conversation

jaeklim
Copy link
Contributor

@jaeklim jaeklim commented Oct 8, 2018

Add strong type properties to transmission target trackEvent and fix test app.

@jaeklim jaeklim closed this Oct 8, 2018
@jaeklim jaeklim reopened this Oct 8, 2018
@@ -136,9 +136,6 @@ public void onClick(View v) {
getSelectedTarget().resume();
}
});

/* Add a property layout by default. */
addProperty();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we don't have a remove button we needed to be able to test with trackEvent(string) so we reverted the change that was requested on original test app PR.

@guperrot guperrot changed the title Feature/event typed properties transmission target AnalyticsTransmissionTarget.trackEvent(String, EvenProperties) with strong types Oct 8, 2018
@guperrot guperrot changed the title AnalyticsTransmissionTarget.trackEvent(String, EvenProperties) with strong types AnalyticsTransmissionTarget.trackEvent(String, EventProperties) with strong types Oct 9, 2018
@dhei dhei merged commit 1fb5c64 into feature/event-typed-properties Oct 9, 2018
@guperrot guperrot deleted the feature/event-typed-properties-transmission-target branch October 9, 2018 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants