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 optional pageType parameter to ParselyMetadata class in Android SDK #103

Open
wants to merge 5 commits into
base: release/3.2.0
Choose a base branch
from

Conversation

MartinAkram
Copy link
Member

@MartinAkram MartinAkram commented Jan 17, 2024

⁉️ What ⁉️

This PR adds a new optional parameter, pageType, to the ParselyMetadata class in the Android SDK. This is being done in response to a client question/request (see linked issue below).

Companion iOS SDK PR: Parsely/AnalyticsSDK-iOS#90

🤔 Why 🤔

Resolves https://github.com/Parsely/web/issues/13450

✔️ TODOs ✔️

  • Attend Chris' office hours to figure out how to test this change
  • Get an understanding of how our Android SDK releases are handled before getting this PR merged

Comment on lines +42 to +43
@Nullable Calendar pubDate,
@Nullable String pageType
Copy link
Collaborator

Choose a reason for hiding this comment

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

hi @MartinAkram 👋 Instead of modifying the constructor, can we add a new one? This way we won't introduce a breaking change for the clients. Something like in this commit 8996f50

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.

2 participants