| Package | flashx.textLayout |
| Class | public class BuildInfo |
| Inheritance | BuildInfo Object |
| Constant | Defined By | ||
|---|---|---|---|
| kBranch : String = "main" [static]
Contains the branch name. | BuildInfo | ||
| kBuildNumber : String = "516 (719716)" [static]
Contains the current build number. | BuildInfo | ||
| VERSION : String = "1.0" [static]
Contains the current version number. | BuildInfo | ||
| kBranch | Constant |
public static const kBranch:String = "main"Contains the branch name.
| kBuildNumber | Constant |
public static const kBuildNumber:String = "516 (719716)"
Contains the current build number.
It is static and can be called with BuildInfo.kBuildNumber
String Format: "BuildNumber (Changelist)"
| VERSION | Constant |
public static const VERSION:String = "1.0"Contains the current version number.