customer_io_widgets library

Customer.io Flutter SDK widgets library

This library exports widgets that provide Customer.io functionality in Flutter apps.

Classes

InAppMessage
Represents an in-app message with its metadata
InlineInAppMessageView
A Flutter widget that displays an inline in-app message using native platform views.
NotificationInboxBell
The Visual Notification Inbox bell. Tapping it opens the SDK's own inbox panel — the host builds no inbox UI.
NotificationInboxView
The Jist-rendered Visual Notification Inbox message list. Embed this in your own screen (a sheet, tab, or dedicated inbox page).

Typedefs

InAppMessageActionClickCallback = void Function(InAppMessage message, String actionValue, String actionName)
Callback function for handling in-app message action clicks