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

feat(qualtrics methods): displayQualtricsIntercept, setQualtricsProperties, isQualtricsInterceptAvailableForUser #185

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

atabel
Copy link
Contributor

@atabel atabel commented Dec 12, 2024

…ricsProperties, isQualtricsInterceptAvailableForUser
README.md Outdated
@@ -1479,6 +1479,93 @@ validateDatamobRequirements: ({phoneNumber: string, tokenPassword: string}) => P

- `requirements`: A map with the requirements.

### displayQualtricsIntercept

<kbd>App version >=24.12</kbd>
Copy link
Contributor

@dpastor dpastor Dec 12, 2024

Choose a reason for hiding this comment

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

All methods will be available only for iOS by the moment. In android it's expected to be integrated at some next version.
We can add a "Only for iOS" comment, and when it is integrated in android we can update the doc with the proper version.

src/qualtrics.ts Outdated
Comment on lines 23 to 25
stringProperties: Array<QualtricsProperty<string>>;
numberProperties: Array<QualtricsProperty<number>>;
dateTimePropertyKeys: Array<string>;
Copy link
Contributor

@dpastor dpastor Dec 12, 2024

Choose a reason for hiding this comment

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

I see we didn't specified that in the spec, but probably is interesting to give these properties a default value (empty array) from js side? WDYT @dhidalgofadrique

Copy link
Contributor Author

Choose a reason for hiding this comment

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

lgtm, done

@atabel atabel requested a review from dpastor December 12, 2024 10:38
Copy link
Contributor

@dpastor dpastor left a comment

Choose a reason for hiding this comment

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

Thanks a lot! Please just check this comment -> #185 (comment)

@atabel atabel enabled auto-merge (squash) December 12, 2024 14:13
@atabel atabel disabled auto-merge December 12, 2024 14:14
@atabel atabel merged commit 2ff4969 into master Dec 12, 2024
2 checks passed
@atabel atabel deleted the atoledano-qualtrics branch December 12, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants