public class VersionedOS extends Object
| Modifier and Type | Field and Description |
|---|---|
static eu.bitwalker.useragentutils.Version |
UNKNOWN_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static VersionedOS |
fromUserAgent(UserAgent agent) |
static String |
getAndroidVersion(String ua) |
String |
getFamily() |
static String |
getIOSVersion(String ua) |
int |
getMajorVersion() |
int |
getMinorVersion() |
String |
getVersion() |
static String |
getWindowsPhoneVersion(String ua) |
public static final eu.bitwalker.useragentutils.Version UNKNOWN_VERSION
public int getMajorVersion()
public int getMinorVersion()
@Nonnull public static VersionedOS fromUserAgent(@Nonnull UserAgent agent)
Copyright © 2019. All rights reserved.