| 程序包 | 说明 |
|---|---|
| cn.omisheep.commons.util.web.ua |
| 限定符和类型 | 字段和说明 |
|---|---|
static List<Platform> |
Platform.desktopPlatforms
支持的桌面平台类型
|
static List<Platform> |
Platform.mobilePlatforms
支持的移动平台类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
Platform |
UserAgent.getPlatform() |
static Platform |
Platform.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Platform[] |
Platform.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
UserAgent |
UserAgent.setPlatform(Platform platform) |
Copyright © 2023. All rights reserved.