OTVSSMLicenseResponse
public class OTVSSMLicenseResponse : NSObject
The OTVSSMLicenseResponse is a container class used to hold the full license response (license/ckc data, and the heartbeat period)
-
OTVSSMLicenseResponse may take the values of the license data and the heartbeat period during initialisation.
Declaration
Swift
public init(license: Data? = nil, heartbeat: Int = 0)Parameters
licensethe license/ckc data
heartbeatthe heartbeat period in seconds
OTVSSMLicenseResponse Class Reference