Skip to content

系统信息

获取渠道

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参数

参数类型说明默认值
brandstring设备品牌
modelstring设备型号
statusBarHeightnumber状态栏的高度,单位px
languagestring设置的语言
versionstring版本号
appNamestring宿主名称
systemstring操作系统及版本
platformstring客户端平台
SDKVersionstring客户端基础库版本