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

Add flags to AnalyticsTransmissionTarget.trackEvent(String, Map) #872

Merged
merged 4 commits into from
Nov 8, 2018

Conversation

MatkovIvan
Copy link
Contributor

  • Has CHANGELOG.md been updated?
  • Are tests passing locally?
  • Are the files formatted correctly?
  • Did you add unit tests?
  • Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?

Related PRs or issues

#870

jaeklim
jaeklim previously approved these changes Nov 8, 2018
* @param name An event name.
* @param properties Optional properties.
* @param flags Optional flags. Use {@link Flags#PERSISTENCE_CRITICAL} to send this event
* before events using that use default flags or {@link Flags#PERSISTENCE_NORMAL}.
Copy link
Member

Choose a reason for hiding this comment

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

wording can be improved, maybe something like:
Use {@link Flags#PERSISTENCE_CRITICAL} to send this event before other events with {@link Flags#PERSISTENCE_NORMAL} or default flags.

Copy link
Member

Choose a reason for hiding this comment

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

Let's just align with Apple then: microsoft/appcenter-sdk-apple#1208 (comment)

Copy link
Member

@dhei dhei left a comment

Choose a reason for hiding this comment

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

see my comment

Copy link

@Aalmaho Aalmaho left a comment

Choose a reason for hiding this comment

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

Support

dhei
dhei previously approved these changes Nov 8, 2018
Uses null typed properties in that case like documented.
guperrot
guperrot previously approved these changes Nov 8, 2018
@guperrot guperrot dismissed their stale review November 8, 2018 22:08

contributed

@guperrot guperrot merged commit d13f031 into feature/priority Nov 8, 2018
@guperrot guperrot deleted the feature/priority-track-event-flags-api branch November 8, 2018 22:39
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.

None yet

5 participants