UNPKG

@adobe/react-native-aepcore

Version:

Adobe Experience Platform support for React Native apps.

9 lines (8 loc) 261 B
declare class Event { eventName: string; eventType: string; eventSource: string; eventData: Record<string, any>; constructor(eventName: string, eventType: string, eventSource: string, eventData: Record<string, any>); } export default Event;