-
Notifications
You must be signed in to change notification settings - Fork 9
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 docs for internal APIs and some cleanup #26
Conversation
@@ -189,7 +188,6 @@ static final class Identity { | |||
static final class VisitorID { | |||
|
|||
static final String ID = "ID"; | |||
static final String ID_ORIGIN = "ID_ORIGIN"; // todo: check this usage |
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 key was not read in 1.x either, when serializing the custom ids it uses
static final String VISITOR_ID_PARAMETER_KEY_CUSTOMER = "d_cid_ic";
@@ -155,7 +155,6 @@ static final class Audience { | |||
|
|||
// response keys | |||
static final String VISITOR_PROFILE = "aamprofile"; | |||
static final String AUDIENCE_IDS = "audienceids"; |
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.
not used
Codecov Report
@@ Coverage Diff @@
## dev-v2.0.0 #26 +/- ##
=============================================
Coverage 83.99% 83.99%
Complexity 142 142
=============================================
Files 6 6
Lines 612 612
Branches 92 92
=============================================
Hits 514 514
Misses 64 64
Partials 34 34
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: