Skip to content
Evoker
Main Navigation
指南
组件
API
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
返回
Example
ek.getAppBaseInfo
#
获取宿主 APP 基础信息。
返回
#
属性
类型
说明
SDKVersion
string
客户端JS基础库版本
nativeSDKVersion
string
原生客户端基础库版本
version
string
宿主版本号
language
string
系统语言
theme
string
系统当前主题
Example
#
ts
const
info
=
ek
.
getAppBaseInfo
()