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

5 lines (4 loc) 236 B
import { DeviceService } from '../lib-core/device-service'; export declare class BackendDeviceService extends DeviceService { logEvent(level: 'INFO' | 'WARN' | 'ERROR', message: string, user?: string, metricValue?: number): void; }