We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d3008 commit ba7fcccCopy full SHA for ba7fccc
1 file changed
src/embedded/components/IterableEmbeddedView.tsx
@@ -15,6 +15,17 @@ interface IterableEmbeddedViewProps extends IterableEmbeddedComponentProps {
15
viewType: IterableEmbeddedViewType;
16
}
17
18
+/**
19
+ *
20
+ * @param viewType - The type of view to render.
21
+ * @param message - The message to render.
22
+ * @param config - The config for the IterableEmbeddedView component, most likely used to style the view.
23
+ * @param onButtonClick - The function to call when a button is clicked.
24
+ * @returns The IterableEmbeddedView component.
25
26
+ * This component is used to render pre-created, customizable message displays
27
+ * included with Iterables RN SDK: cards, banners, and notifications.
28
+ */
29
export const IterableEmbeddedView = ({
30
viewType,
31
...props
0 commit comments