Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
Class Methods | Properties | Instance Methods | List of all members
PTDiffusionVersion Class Reference

Introduction

A version represents a released build of the client library.

Version numbers are described with dotted notation in the form <major>.<minor>.<patch>.

Since
5.6
Inheritance diagram for PTDiffusionVersion:

Class Methods

(instancetype) + versionOfClientLibrary
 

Properties

NSString * version
 
NSDictionary< NSString *, NSString * > * manifest
 

Instance Methods

(BOOL) - isEqualToVersion:
 

Method Documentation

◆ isEqualToVersion:

- (BOOL) isEqualToVersion: (nullable PTDiffusionVersion *)  version

Compares the receiver to the given version.

Parameters
versionThe version object with which to compare the receiver.
Returns
YES if the receiver and the given version are the same.
Since
5.6

◆ versionOfClientLibrary

+ (instancetype) versionOfClientLibrary

Instance of the product version of this client library.

Returns
the product version of this client library.
Since
5.6

Property Documentation

◆ manifest

- (NSDictionary<NSString *, NSString *>*) manifest
readnonatomicassign

Additional information about this build of the client library.

Since
5.6.6

◆ version

- (NSString*) version
readnonatomicassign

The complete product version number.

Since
6.5