We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6feec35 commit 78e22b2Copy full SHA for 78e22b2
src/inApp/classes/IterableInAppManager.ts
@@ -77,7 +77,7 @@ export class IterableInAppManager {
77
* });
78
* ```
79
*
80
- * @param message - The message to show (an {@link_IterableInAppMessage} object)
+ * @param message - The message to show (an {@link IterableInAppMessage} object)
81
* @param consume - Whether or not the message should be consumed from the user's message queue after being shown. This should be defaulted to true.
82
83
* @returns A Promise that resolves to the URL of the button or link the user tapped to close the in-app message.
0 commit comments