UNPKG

getsocial-react-native-sdk

Version:
14 lines (11 loc) 232 B
// @flow /** * NotificationContext object. */ export default class NotificationContext { action: ?string // eslint-disable-next-line require-jsdoc constructor(map: any) { this.action = map['action']; } }