UNPKG

react-native-notifications-pfy

Version:

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

8 lines (7 loc) 230 B
import { Notification } from './Notification'; export declare class NotificationAndroid extends Notification { constructor(payload: object); readonly title: string; readonly body: string; readonly sound: string; }