UNPKG

react-native-notifications

Version:

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

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