The React Notifications package provides components for in-app messaging in Amplify connected applications.
-
InAppMessageDisplay
- Component for displaying in-app messages -
withInAppMessaging
- Higher-order component for adding in-app messaging capabilities
-
InAppMessagingProvider
- Provider component for in-app messaging context -
useInAppMessaging
- Hook for accessing in-app messaging functionality
-
BannerMessageProps
- Props for banner style messages -
FullScreenMessageProps
- Props for full-screen style messages -
ModalMessageProps
- Props for modal style messages -
MessageComponents
- Types for message components
-
InAppMessage
- Core message type definition -
InAppMessageAction
- Type for message actions -
InAppMessageButton
- Type for message buttons -
InAppMessageContent
- Type for message content -
InAppMessageImage
- Type for message images -
InAppMessageLayout
- Type for message layouts -
InAppMessageStyle
- Type for message styling -
InAppMessageTextAlign
- Type for text alignment options