UNPKG

react-native-notifications

Version:

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

13 lines (12 loc) 334 B
import { Notification } from './Notification'; export declare class NotificationIOS extends Notification { identifier: string; constructor(payload: object); get aps(): any; get alert(): any; get title(): string; get body(): string; get sound(): string; get badge(): number; get thread(): string; }