![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
A version represents a released build of the client library.
Version numbers are described with dotted notation in the form <major>.<minor>.<patch>
.
Class Methods | |
(instancetype) | + versionOfClientLibrary |
Properties | |
NSUInteger | major |
NSUInteger | minor |
NSUInteger | patch |
NSString * | version |
NSDictionary< NSString *, NSString * > * | manifest |
Instance Methods | |
(BOOL) | - isEqualToVersion: |
- (BOOL) isEqualToVersion: | (nullable PTDiffusionVersion *) | version |
Compares the receiver to the given version.
version | The version object with which to compare the receiver. |
YES
if the receiver and the given version are the same.+ (instancetype) versionOfClientLibrary |
Instance of the product version of this client library.
|
readnonatomicassign |
The major (left, most significant) component of the version number.
|
readnonatomicassign |
Additional information about this build of the client library.
|
readnonatomicassign |
The minor (middle) component of the version number.
|
readnonatomicassign |
The patch (right, least significant) component of the version number.
|
readnonatomicassign |
The complete product version number.