Aila_GetSDKVersion
Symbolic library version.
Signature
- Objective-C
- Swift
NSString* Aila_GetSDKVersion(void);
func Aila_GetSDKVersion() -> String
Returns
A string containing the library version in human-readable format.
Description
Returns the library version in human-readable format. In release versions, this value follows the common <major>.<minor>.<patch> (e.g., "1.0.0") semantic versioning scheme. However, under certain circumstances (for example, if a special build is provided for debugging), a different format may be used.
Usage
- Objective-C
- Swift
NSString *version = Aila_GetSDKVersion();
NSLog(@"SDK Version: %@", version);
let version = Aila_GetSDKVersion()
print("SDK Version: \(version)")
See Also
- Aila_GetSDKLicensingInfo - Get licensing information
- Aila_GetFirmwareVersionNumber - Get hardware firmware version