Streamaxia Open SDK  3.2
List of all members
AXSDKVersion Class Reference

#import <AXSDKVersion.h>

Inheritance diagram for AXSDKVersion:

Class Methods

Lifecycle


(instancetype) + version
 

Properties

Properties


NSInteger major
 
NSInteger minor
 
NSInteger patch
 
NSString * build
 
NSString * shortString
 
NSString * longString
 

Detailed Description

The version of the SDK. It provides info about the current version of the SDK.

Method Documentation

◆ version()

+ (instancetype) version

Factory method for creating a version object.

Returns
The initialized object.

Property Documentation

◆ build

- (NSString*) build
readnonatomicassign

The build string.

◆ longString

- (NSString*) longString
readnonatomicstrong

The long string representation for the current SDK version. It looks like this: v<major>.<minor>.<patch> (build <build>).

◆ major

- (NSInteger) major
readnonatomicassign

The SDK's major version.

◆ minor

- (NSInteger) minor
readnonatomicassign

The SDK's minor version.

◆ patch

- (NSInteger) patch
readnonatomicassign

The SDK's patch version.

◆ shortString

- (NSString*) shortString
readnonatomicstrong

The short string representation for the current SDK version. It looks like this: v<major>.<minor>.<patch>.


The documentation for this class was generated from the following file: