public class Platform extends UserAgentInfo
Modifier and Type | Field and Description |
---|---|
static Platform |
ANDROID
android
|
static List<Platform> |
desktopPlatforms
支持的桌面平台类型
|
static Platform |
GOOGLE_TV
android
|
static Platform |
IPAD
ipad
|
static Platform |
IPHONE
Iphone
|
static Platform |
IPOD
ipod
|
static List<Platform> |
mobilePlatforms
支持的移动平台类型
|
static List<Platform> |
platforms
支持的平台类型
|
static Platform |
Unknown
未知
|
static Platform |
WINDOWS_PHONE
Windows Phone
|
NameUnknown
Modifier and Type | Method and Description |
---|---|
boolean |
isAndroid()
是否为Android平台,包括Android和Google TV
|
boolean |
isIos()
是否为IOS平台,包括IPhone、IPod、IPad
|
boolean |
isIPad()
是否为Iphone或者iPod设备
|
boolean |
isIPhoneOrIPod()
是否为Iphone或者iPod设备
|
boolean |
isMobile()
是否为移动平台
|
equals, getName, getPattern, hashCode, isMatch, isUnknown, toString
public static final Platform Unknown
public static final Platform IPHONE
public static final Platform IPOD
public static final Platform IPAD
public static final Platform ANDROID
public static final Platform GOOGLE_TV
public static final Platform WINDOWS_PHONE
public boolean isMobile()
public boolean isIPhoneOrIPod()
public boolean isIPad()
public boolean isIos()
public boolean isAndroid()
Copyright © 2024. All rights reserved.