-
public class UID2An object exposing the version information associated with the UID2 SDK.
-
-
Method Summary
Modifier and Type Method Description final StringgetVersion()Gets the version of the included UID2 SDK library, in string format. final VersiongetVersionInfo()Gets the version of the included UID2 SDK library, in its individual major, minor and patch components. -
-
Method Detail
-
getVersion
final String getVersion()
Gets the version of the included UID2 SDK library, in string format.
-
getVersionInfo
final Version getVersionInfo()
Gets the version of the included UID2 SDK library, in its individual major, minor and patch components.
-
-
-
-