UNPKG

react-native-notifications-patched-rayen

Version:

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

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