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.

8 lines (6 loc) 117 B
export default class MoEAccountMeta { appId:String; constructor(appId: String){ this.appId = appId; } }