UNPKG

cordova-acoustic-mobile-push-plugin-inbox

Version:
8 lines (7 loc) 326 B
import { InboxMessage, InboxRegistry } from "./MCEInboxPluginTypes"; declare namespace MCEInbox { const setInboxRegistry: (name: string, handlers: InboxRegistry) => void; const openInboxMessage: (inboxMessage: InboxMessage) => void; const findMessageIndex: (inboxMessageId: string) => number; } export = MCEInbox;