UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

8 lines (7 loc) 290 B
import { DmsAPIWrapper } from './dms-api-wrapper'; export declare class WebPlatformUserInterfaceManager extends DmsAPIWrapper { getItem(key: string): Promise<any>; setItem(key: string, item: any): Promise<void>; remove(key: string): Promise<void>; clear(): Promise<void>; }