UNPKG

cordova-acoustic-mobile-push-plugin-inapp-beta

Version:
8 lines (7 loc) 262 B
import { InAppMessage } from "./MCEInAppPluginTypes"; declare namespace MCEInAppMedia { var autoDismiss: boolean; const hideMediaInApp: () => void; const show: (inAppMessage: InAppMessage, completion: VoidFunction) => void; } export = MCEInAppMedia;