UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

29 lines (28 loc) 1.25 kB
/** 判断是否是在DingTalk容器内 */ export declare const isInDingTalk: () => boolean; /** 判断是否在微信终端 */ export declare const isWeixin: () => boolean; /** 判断是否是android终端 */ export declare const isAndroid: () => boolean; /** 判断是否在android Dingtalk环境下 */ export declare const isAndroidDingTalk: () => boolean; /** 判断是否是iOS终端 */ export declare const isIOS: () => boolean; /** 判断是否在iOS Dingtalk环境下 */ export declare const isIOSDingTalk: () => boolean; /** 判断是否在Harmony终端 */ export declare const isHarmony: () => boolean; /** 判断是否在Harmony Dingtalk环境下 */ export declare const isHarmonyDingTalk: () => boolean; /** 判断是否在PC Dingtalk环境下 */ export declare const isPCDingTalk: () => boolean; /** 判断是否是XueXi客户端下 */ export declare const isXueXi: () => boolean; /** 判断是否是移动终端 */ export declare const isMobile: () => boolean; /** 判断是否是钉钉国际版 */ export declare const isDingTalkLite: () => boolean; /** 判断是否是专有钉环境 */ export declare const isTaurusApp: () => boolean; /** 判断是否是专有钉mpaas环境 */ export declare const isMPaaSTaurusApp: () => boolean;