UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

10 lines (9 loc) 210 B
/** * ENUM: Status of the user's interaction with * the campaign mainly based on the SMTP code . */ export declare enum StatusEnum { SENT = "sent", DELIVERED = "delivered", CLICKED = "clicked" }