@talkjs/react-native
Version:
Official TalkJS SDK for React Native
5 lines • 347 B
TypeScript
import { TokenHandler, type NotificationHandler, type AndroidSettings, type IOSSettings } from './Notification';
export declare class IOSNotificationHandler extends TokenHandler implements NotificationHandler {
setup(_?: AndroidSettings, iosSettings?: IOSSettings): Promise<NotificationHandler>;
}
//# sourceMappingURL=iOSNotification.d.ts.map