| Package | com.adobe.mediacore |
| Class | public final class Version |
| Inheritance | Version Object |
| Property | Defined By | ||
|---|---|---|---|
| apiVersion : Number [static] [read-only]
Retrieve the current version of PSDK API. | Version | ||
| description : String [static] [read-only]
Retrieve the current version of the PSDK. | Version | ||
| major : String [static] [read-only]
Retrieve the major of PSDK version. | Version | ||
| minor : String [static] [read-only]
Retrieve the minor of PSDK version. | Version | ||
| revision : String [static] [read-only]
Retrieve the revision of PSDK version. | Version | ||
| version : String [static] [read-only]
Retrieve the current version of the PSDK. | Version | ||
| apiVersion | property |
apiVersion:Number [read-only] Retrieve the current version of PSDK API. Each time the API break compatibility between API version, the api version number will increase.
public static function get apiVersion():Number| description | property |
description:String [read-only] Retrieve the current version of the PSDK. This has the following format : $major.$minor.$revision (release, $changelist)
public static function get description():String| major | property |
major:String [read-only] Retrieve the major of PSDK version. The version has the following format : $major.$minor.$revision
public static function get major():String| minor | property |
minor:String [read-only] Retrieve the minor of PSDK version. The version has the following format : $major.$minor.$revision
public static function get minor():String| revision | property |
revision:String [read-only] Retrieve the revision of PSDK version. The version has the following format : $major.$minor.$revision
public static function get revision():String| version | property |
version:String [read-only] Retrieve the current version of the PSDK. This has the following format : $major.$minor.$revision
public static function get version():String