UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

16 lines (15 loc) 460 B
import { StatusEnum } from '../enums'; export interface ICampaign { readonly status: StatusEnum; readonly code?: string; readonly campaignName: string; readonly campaignId: string; readonly actionType: string; readonly actionName: string; readonly actionId: string; readonly campaignPolicy?: string; readonly subject?: string; readonly language?: string; readonly segmentId?: string; readonly userId?: string; }