react-native-cn-richtext-editor
Version:
RichText Editor for React-Native
22 lines (21 loc) • 960 B
TypeScript
declare const _default: {
getExponentPushTokenAsync(): Promise<void>;
getDevicePushTokenAsync(config: {
[key: string]: any;
}): Promise<void>;
createChannel(channelId: string, channel: string): Promise<void>;
deleteChannel(channelId: string): Promise<void>;
presentLocalNotification(notification: any): Promise<void>;
presentLocalNotificationWithChannel(notification: any, channelId: string): Promise<void>;
scheduleLocalNotification(notification: any, options: {
[key: string]: any;
}): Promise<void>;
scheduleLocalNotificationWithChannel(notification: any, options: {
[key: string]: any;
}, channelId: string): Promise<void>;
dismissNotification(notificationId: string): Promise<void>;
dismissAllNotifications(): Promise<void>;
cancelScheduledNotification(notificationId: string): Promise<void>;
cancelAllScheduledNotifications(): Promise<void>;
};
export default _default;