Uses of Class
net.openid.appauth.browser.DelimitedVersion
-
Packages that use DelimitedVersion Package Description net.openid.appauth.browser Defines an abstraction of browsers and mechanisms by which an app can control which browser will be used by AppAuth for authorization. -
-
Uses of DelimitedVersion in net.openid.appauth.browser
Fields in net.openid.appauth.browser declared as DelimitedVersion Modifier and Type Field Description static DelimitedVersionBrowsers.Chrome. MINIMUM_VERSION_FOR_CUSTOM_TABThe version in which Custom Tabs were introduced in Chrome.static DelimitedVersionBrowsers.Firefox. MINIMUM_VERSION_FOR_CUSTOM_TABThe version in which Custom Tabs were introduced in Firefox.static DelimitedVersionBrowsers.SBrowser. MINIMUM_VERSION_FOR_CUSTOM_TABThe version in which Custom Tabs were introduced in Samsung Internet.Methods in net.openid.appauth.browser that return DelimitedVersion Modifier and Type Method Description static DelimitedVersionDelimitedVersion. parse(String versionString)Parses a delimited version number from the provided string.Methods in net.openid.appauth.browser with parameters of type DelimitedVersion Modifier and Type Method Description static VersionRangeVersionRange. atLeast(DelimitedVersion version)Creates a version range that will match any version at or above the specified version.static VersionRangeVersionRange. atMost(DelimitedVersion version)Creates a version range that will match any version at or below the specified version.intDelimitedVersion. compareTo(DelimitedVersion other)booleanVersionRange. matches(DelimitedVersion version)Determines whether the specified version falls within the version range.Constructors in net.openid.appauth.browser with parameters of type DelimitedVersion Constructor Description VersionRange(DelimitedVersion lowerBound, DelimitedVersion upperBound)Creates a version range with the specified bounds.
-