-
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
feat(qualtrics methods): displayQualtricsIntercept, setQualtricsProperties, isQualtricsInterceptAvailableForUser #185
Conversation
…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> |
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.
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
stringProperties: Array<QualtricsProperty<string>>; | ||
numberProperties: Array<QualtricsProperty<number>>; | ||
dateTimePropertyKeys: Array<string>; |
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.
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
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.
lgtm, done
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.
Thanks a lot! Please just check this comment -> #185 (comment)
https://jira.tid.es/browse/WEB-2119
closes #178
closes #179
closes #184