Packagecom.adobe.mediacore
Classpublic final class Version
InheritanceVersion Inheritance Object

Utility class which exposes PSDK version information.



Public Properties
 PropertyDefined 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
Property Detail
apiVersionproperty
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.


Implementation
    public static function get apiVersion():Number
descriptionproperty 
description:String  [read-only]

Retrieve the current version of the PSDK. This has the following format : $major.$minor.$revision (release, $changelist)


Implementation
    public static function get description():String
majorproperty 
major:String  [read-only]

Retrieve the major of PSDK version. The version has the following format : $major.$minor.$revision


Implementation
    public static function get major():String
minorproperty 
minor:String  [read-only]

Retrieve the minor of PSDK version. The version has the following format : $major.$minor.$revision


Implementation
    public static function get minor():String
revisionproperty 
revision:String  [read-only]

Retrieve the revision of PSDK version. The version has the following format : $major.$minor.$revision


Implementation
    public static function get revision():String
versionproperty 
version:String  [read-only]

Retrieve the current version of the PSDK. This has the following format : $major.$minor.$revision


Implementation
    public static function get version():String