![]() |
Streamaxia Open SDK
3.2
|
#import <AXSDKVersion.h>
Class Methods | |
Lifecycle | |
| (instancetype) | + version |
Properties | |
Properties | |
| NSInteger | major |
| NSInteger | minor |
| NSInteger | patch |
| NSString * | build |
| NSString * | shortString |
| NSString * | longString |
The version of the SDK. It provides info about the current version of the SDK.
| + (instancetype) version |
Factory method for creating a version object.
|
readnonatomicassign |
The build string.
|
readnonatomicstrong |
The long string representation for the current SDK version. It looks like this: v<major>.<minor>.<patch> (build <build>).
|
readnonatomicassign |
The SDK's major version.
|
readnonatomicassign |
The SDK's minor version.
|
readnonatomicassign |
The SDK's patch version.
|
readnonatomicstrong |
The short string representation for the current SDK version. It looks like this: v<major>.<minor>.<patch>.
1.8.13