Looking for how to use this in your app?See Frontend Libraries →
Sync messages
To trigger messages, you must sync them from your In-App Messaging campaigns to your users' devices. These messages are then triggered with an analytics or In-App Messaging event. You can control when and how often this sync is performed.
src/index.js
import { syncMessages } from 'aws-amplify/in-app-messaging';
await syncMessages();