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 docs for internal APIs and some cleanup #26

Merged
merged 4 commits into from
Feb 3, 2023

Conversation

emdobrin
Copy link
Contributor

@emdobrin emdobrin commented Feb 3, 2023

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -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
Copy link
Contributor Author

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";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not used

@emdobrin emdobrin requested review from sbenedicadb and addb February 3, 2023 20:06
@codecov
Copy link

codecov bot commented Feb 3, 2023

Codecov Report

Merging #26 (ad8524e) into dev-v2.0.0 (73e8feb) will not change coverage.
The diff coverage is 66.67%.

@@              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           
Flag Coverage Δ
functional-tests 63.07% <66.67%> (ø)
unit-tests 80.56% <66.67%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...e/marketing/mobile/audience/AudienceConstants.java 100.00% <ø> (ø)
...e/marketing/mobile/audience/AudienceExtension.java 80.85% <66.67%> (ø)

@emdobrin emdobrin merged commit f599471 into adobe:dev-v2.0.0 Feb 3, 2023
@emdobrin emdobrin deleted the codedocs branch February 3, 2023 20:31
@emdobrin emdobrin linked an issue Feb 3, 2023 that may be closed by this pull request
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.

Add syntax to api reference docs
2 participants