© 2026 Hedgehog Software, LLC
renderBody
notification.body
<Inbox applicationIdentifier="YOUR_APPLICATION_IDENTIFIER" subscriber="YOUR_SUBSCRIBER_ID" renderBody={(notification) => ( <div> <p dangerouslySetInnerHTML={{ __html: notification.body }} /> </div> )} />
renderBody: (el: HTMLDivElement, notification: Notification) => () => { console.log('renderBody', el, notification); },
renderNotification