UNPKG

@talkjs/react-native

Version:

Official TalkJS SDK for React Native

8 lines 455 B
import { TokenHandler, type NotificationHandler, type AndroidSettings, type IOSSettings } from './Notification'; export declare class AndroidNotificationHandler extends TokenHandler implements NotificationHandler { #private; constructor(); removeActiveNotification: (talkjsString?: string) => void; setup(androidSettings?: AndroidSettings, _?: IOSSettings): Promise<NotificationHandler>; } //# sourceMappingURL=AndroidNotification.d.ts.map