UNPKG

react-native-moengage

Version:

MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.

10 lines (8 loc) 299 B
export default class MoECampaignContext { formattedCampaignId:string; attributes: Map<String, Object>; constructor(formattedCampaignId: string, attributes: Map<String, Object>) { this.formattedCampaignId = formattedCampaignId; this.attributes = attributes; } }