Other Classes
The following classes are available globally.
-
The OTVSSMLicenseResponse is a container class used to hold the full license response (license/ckc data, and the heartbeat period)
See moreDeclaration
Swift
public class OTVSSMLicenseResponse : NSObject
-
The OTVCustomerSSMDelegate class provides default implemetation to conform to the OTVLicenseDelegate protocol. When a license is requested, it will use the license callback from the OTVCustomerSSMCallback conforming delegate, expecting a response OTVSSMLicenseResponse containing the license data and a heartbeat period in seconds. On receipt of a non-zero positive heartbeat period the first license request will start the heartbeat, starting at 0+heartbeat seconds. It is the respoisibility of the calling application to stop the heartbeat when required by calling the ‘reset’ function.
See moreDeclaration
Swift
@objc public class OTVCustomerSSMDelegate : NSObject, OTVLicenseDelegate
Other Classes Reference