react-native-notifications-pfy
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android + Schedule Module
13 lines (12 loc) • 355 B
TypeScript
import { Notification } from './Notification';
export declare class NotificationIOS extends Notification {
identifier: string;
constructor(payload: object);
readonly aps: any;
readonly alert: any;
readonly title: string;
readonly body: string;
readonly sound: string;
readonly badge: number;
readonly thread: string;
}