Pacchetto | org.osmf.utils |
Classe | public class Version |
Ereditarietà | Version Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
buildNumber : String [statico] [sola lettura] | Version | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
version : String [statico] [sola lettura]
The version string in the format of {major}.{minor}. | Version |
Metodi pubblici
Descrizione delle proprietà
buildNumber | proprietà |
version | proprietà |
version:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The version string in the format of {major}.{minor}.
The version comparison rules are as follows, assuming there are v1 and v2:
v1 > v2, if ((v1.major > v2.major) || (v1.major == v2.major && v1.minor > v2.minor) v1 == v2, if (v1.major == v2.major && v1.minor == v2.minor) v1 < v2 //otherwise
Implementazione
public static function get version():String
Tue Jun 12 2018, 02:44 PM Z