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.

11 lines (8 loc) 202 B
export default class MoEGeoLocation { latitude: Number; longitude: Number; constructor(latitude: Number, longitude: Number) { this.latitude = latitude; this.longitude = longitude; } }