-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat: Remove the existing code and added new method 'getUserAudience' #542
base: development
Are you sure you want to change the base?
feat: Remove the existing code and added new method 'getUserAudience' #542
Conversation
a4374af
to
89242e9
Compare
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.
Minor comments and questions.
android-core/src/main/java/com/mparticle/identity/MParticleIdentityClientImpl.java
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/internal/ConfigManager.java
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/internal/MParticleApiClientImpl.java
Outdated
Show resolved
Hide resolved
protected MPUrl getUrl(Endpoint endpoint, @Nullable String identityPath) throws MalformedURLException { | ||
return getUrl(endpoint, identityPath, false); | ||
return getUrl(endpoint, identityPath, false,null); | ||
} |
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.
This looks like it's new relative to the previous PR's getUrl changes here
can you clarify why? if my memory serves, i recall you discussing refactoring this after it being a pretty confusing section of the code for getting the URL , right?
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.
This method is specifically for the Identity API. In this case, Audience parameter should be set to null.
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.
seems lke a few comments were marked as resolved, but i think they still need updating.
Instructions
development
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)