UNPKG

react-native-notifications-pfy

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android + Schedule Module

10 lines (9 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NotificationActionResponse { constructor(response) { this.identifier = response.identifier; this.text = response.text; } } exports.NotificationActionResponse = NotificationActionResponse;