MoEngage Cards are synced to the SDK through the following process:Documentation Index
Fetch the complete documentation index at: https://moengage-getz-tagging-workspace-status.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- When the app initializes the MoEngage SDK, it connects with the MoEngage server.
- The SDK sends a network request to the MoEngage server to fetch the latest cards.
- The server responds with a payload containing the card data, which includes the content and metadata.
- The SDK stores the fetched card data locally on the device.
- The app then uses this locally stored data to display the cards to the user. The SDK may repeat this process to update the card data whenever the app is opened, or certain triggers occur (like app resumes or specific events).