Version
public class Version : NSObject
This class is responsible for providing all the version data.
-
Returns the MSDKUI framework version string. Note that it is set by the podspec file.
Declaration
Swift
public static func getString() -> String
Return Value
The version string or a question mark if it is not possible to retrieve the version string.