AppInfo
@objcMembers
public class AppInfo : NSObject
extension AppInfo: JsonString
Details of the current application
-
Version of the application
Declaration
Swift
public let appBuildVersion: String
-
Minimum supported OS version
Declaration
Swift
public let minimumOSVersion: String
-
Bundle Id of the application
Declaration
Swift
public let customerApplicationId: String
-
The PointSDK version running with the application
Declaration
Swift
public let sdkVersion: String
-
PointSDK customEventMetaData at the time trigger event is sent
Declaration
Swift
public let customEventMetaData: [String : String]
-
Convert to JSON string
This function throws an error if JSON encoding process fails
Declaration
Swift
@objc(toJson:) public func toJson() throws -> String