Conversation
ericrwolfe
left a comment
There was a problem hiding this comment.
Just checking, this uses the version string of the userAgent that's passed into newUserAgent(), rather than the version of the telemetry library, right?
|
@ericrwolfe @Guardiola31337 When I create a new instance Will it be initialized with If someone launches the drop-in UI, it should be be changed to "mapbox-navigation-android-ui", so I will need to add a line in the UI code after I initialize |
Yep that's correct. Here's where it's done on iOS:
Per my comment above #568 (review), you'll probably need to pass a full user agent string with a version, such as |
|
Okay sounds good - adding to list of things to do in the Nav SDK once MAS lands |
c2faee7 to
c6c7ede
Compare
That's correct. After initializing telemetry you should add a call to Merging it. |
newUserAgent(String userAgent)👀 @cammace @ericrwolfe @zugaldia