| Package | com.rosettastone.library.taskmanager |
| Class | public class TaskManagerComponentInfo |
| Inheritance | TaskManagerComponentInfo Object |
| Method | Defined By | ||
|---|---|---|---|
getBuildVersion():int [static]
Returns the build version number of this component. | TaskManagerComponentInfo | ||
getMajorVersion():int [static]
Returns the major version number of this component. | TaskManagerComponentInfo | ||
getMinorVersion():int [static]
Returns the minor version number of this component. | TaskManagerComponentInfo | ||
getVersionString():String [static]
Returns a string with the three version numbers, seperated by
'.' - e.g. | TaskManagerComponentInfo | ||
| getBuildVersion | () | method |
public static function getBuildVersion():intReturns the build version number of this component.
Returnsint |
| getMajorVersion | () | method |
public static function getMajorVersion():intReturns the major version number of this component.
Returnsint |
| getMinorVersion | () | method |
public static function getMinorVersion():intReturns the minor version number of this component.
Returnsint |
| getVersionString | () | method |
public static function getVersionString():StringReturns a string with the three version numbers, seperated by '.' - e.g. 3.1.2 or 0.1.23
ReturnsString |