Package | com.rosettastone.library.taskmanager |
Class | public class TaskManagerComponentInfo |
Inheritance | TaskManagerComponentInfo ![]() |
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():int
Returns the build version number of this component.
Returnsint |
getMajorVersion | () | method |
public static function getMajorVersion():int
Returns the major version number of this component.
Returnsint |
getMinorVersion | () | method |
public static function getMinorVersion():int
Returns the minor version number of this component.
Returnsint |
getVersionString | () | method |
public static function getVersionString():String
Returns a string with the three version numbers, seperated by '.' - e.g. 3.1.2 or 0.1.23
ReturnsString |