cordova-acoustic-mobile-push-plugin-inbox
Version:
Inbox Action for Acoustic MCE Push Services
8 lines (7 loc) • 326 B
TypeScript
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;