Appearance
系统信息
获取渠道
version>=1.0.0
csharp
public static string GetChannel();
typescript
export function getChannel(): string;
java
public static String getChannel();
objc
+ (NSString *)getChannel;
获取系统信息
version>=1.0.0
csharp
public static SystemInfo GetSystemInfoSync();
typescript
export function getSystemInfoSync(): SystemInfo;
java
public static SystemInfo getSystemInfoSync();
objc
+ (SystemInfo *)getSystemInfoSync;
SystemInfo参数
参数 | 类型 | 说明 | 默认值 |
---|---|---|---|
brand | string | 设备品牌 | |
model | string | 设备型号 | |
statusBarHeight | number | 状态栏的高度,单位px | |
language | string | 设置的语言 | |
version | string | 版本号 | |
appName | string | 宿主名称 | |
system | string | 操作系统及版本 | |
platform | string | 客户端平台 | |
SDKVersion | string | 客户端基础库版本 |