-
Notifications
You must be signed in to change notification settings - Fork 39
[SDK-143] improve-docs #766
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
base: master
Are you sure you want to change the base?
Conversation
…in the docs-static directory
❌ 6 blocking issues (7 total)
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
* It handles fetching messages, displaying them in a list, and showing individual message details. | ||
* It also manages the state of the inbox, including loading state, selected message, and visible message impressions. | ||
* | ||
* @category React Components |
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.
tsdoc-undefined-tag: The TSDoc tag "@category" is not defined in this configuration [eslint:tsdoc/syntax]
* It also manages the state of the inbox, including loading state, selected message, and visible message impressions. | ||
* | ||
* @category React Components | ||
* @group React Components |
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.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
* Launch the application from the background in Android devices. | ||
* | ||
* Android only. | ||
* @group Android only. |
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.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
* Android only feature: This controls whether the SDK should enforce encryption for all PII stored on disk. | ||
* By default, the SDK will not enforce encryption and may fallback to unencrypted storage in case the encryption fails. | ||
* | ||
* @group Android only. |
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.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
* | ||
* @returns The current app state. | ||
* | ||
* @category Hooks |
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.
tsdoc-undefined-tag: The TSDoc tag "@category" is not defined in this configuration [eslint:tsdoc/syntax]
* @returns The current app state. | ||
* | ||
* @category Hooks | ||
* @group Hooks |
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.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
🔹 JIRA Ticket(s) if any
✏️ Description