Keys

public struct Keys

Extends OTVPersistenceManager to define a number of values to use as keys in dictionary options.

  • Key for the license prefetch, used for startDownload() as an optional value. The value type should be boolean.

    Declaration

    Swift

    public static let OTVPrefetchLicense: String
  • Key for the license prefetch, used for requestLicense an option value. The value type should be Boolean. true means store the CKC on local file system. false means license prefetch, do not store the CKC on local file system.

    Declaration

    Swift

    public static let OTVLicenseOptionOffline: String