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

Documentation update: setAdvertisingIdentifier API reference (#65) #66

Merged
merged 2 commits into from
Jun 7, 2022

Conversation

emdobrin
Copy link
Contributor

@emdobrin emdobrin commented Jun 7, 2022

Description

Brings doc updates from feature branch.

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.

* Update env file ID var name and help text for consistency with other repos

* Create api reference for setAdvertisingIdentifier

* Add API arg description

* Add more context for key terms

* Update wording for all-zeros case
Update min version requirement

* Remove UUID reference link; common ID standard
Update syntax arg description
@emdobrin emdobrin added the documentation Improvements or additions to documentation label Jun 7, 2022
@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #66 (2d55d12) into dev (13b7a89) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev      #66   +/-   ##
=======================================
  Coverage   81.02%   81.02%           
=======================================
  Files          19       19           
  Lines         922      922           
  Branches      140      140           
=======================================
  Hits          747      747           
  Misses        123      123           
  Partials       52       52           
Flag Coverage Δ
functional-tests 60.95% <ø> (ø)
unit-tests 79.06% <ø> (ø)

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

@emdobrin emdobrin merged commit cba2707 into dev Jun 7, 2022
} catch (IOException e) {
// Unrecoverable error connecting to Google Play services (e.g.,
// the old version of the service doesn't support getting AdvertisingId).
MobileCore.log(LoggingMode.DEBUG, "ExampleActivity", "IOException while retrieving the advertising identifier " + e.getLocalizedMessage());
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's change the logger to the Android logger as we do it for the below kotlin sample.

@emdobrin emdobrin deleted the feature/adIdConsent branch January 9, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants