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

10 lines (9 loc) 299 B
export declare enum PlatformType { Web = 0, Android = 1, iOS = 2, Windows = 3, Test = 4, Backend = 5 } export declare function getPlatformType(testableUserAgent?: string): PlatformType.Web | PlatformType.Android | PlatformType.iOS | PlatformType.Windows | PlatformType.Test;