OTVPersistLicenseInfo

@objc
public class OTVPersistLicenseInfo : NSObject
  • The license duration in seconds

    Declaration

    Swift

    @objc
    public dynamic var duration: Int64
  • The license Info passed from the token in the form of a JSON String.

    Declaration

    Swift

    @objc
    public dynamic var licenseInfomation: String?