Stay organized with collections
Save and categorize content based on your preferences.
IMAVersion
@interfaceIMAVersion:NSObject/** Major version. */@property(nonatomic)NSIntegermajorVersion;/** Minor version. */@property(nonatomic)NSIntegerminorVersion;/** Patch version. */@property(nonatomic)NSIntegerpatchVersion;@end
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["`IMAVersion` is an object that represents a version number, divided into major, minor, and patch components."],["It provides properties (`majorVersion`, `minorVersion`, `patchVersion`) to access and modify each individual part of the version."],["This class is primarily used for managing and comparing versions within the IMA SDK."],["Developers can retrieve or set the version values using the corresponding properties in both Swift and Objective-C."]]],[]]