AdobeCreativeSDKVersion Class Reference
Inherits from | NSObject |
Declared in | AdobeCreativeSDKVersion.h |
Overview
AdobeCreativeSDKVersion allows the client to obtain version information for each CreativeSDK framework linked into their app.
Class Methods
frameworkVersions
Get the version information for all of the Creative SDK frameworks linked into your app.
+ (NSArray *)frameworkVersions
Return Value
An NSArray of NSDictionaries that contain framwork version information. The returned array contains one dictionary for each framework linked into the client app.
Discussion
Get the version information for all of the Creative SDK frameworks linked into your app.
Note: Each dictionary in the array has three keys: “Name”, “Version”, and “Branch”, each of which have string values. “Name” is the name of the framework, “Version” is the version of the framework, and “Branch” refers to the code branch from which the framework was built.
Declared In
AdobeCreativeSDKVersion.h