Module com.gluonhq.attach.version
Package com.gluonhq.attach.version.impl
Class AndroidVersionService
java.lang.Object
com.gluonhq.attach.version.impl.AndroidVersionService
- All Implemented Interfaces:
VersionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the current internal build number of the application, which is typically not shown to the usersRetrieves the current version number of the application, which is typically visible to the users.
-
Constructor Details
-
AndroidVersionService
public AndroidVersionService()
-
-
Method Details
-
getVersionNumber
Description copied from interface:VersionServiceRetrieves the current version number of the application, which is typically visible to the users.- Specified by:
getVersionNumberin interfaceVersionService- Returns:
- A string with information of the public version of the application, or -1 if unknown
-
getBuildNumber
Description copied from interface:VersionServiceRetrieves the current internal build number of the application, which is typically not shown to the users- Specified by:
getBuildNumberin interfaceVersionService- Returns:
- A string with information of the internal version of the application, or -1 if unknown
-