JWContentKeyType

@objc
public enum JWContentKeyType : Int
extension JWContentKeyType: CustomStringConvertible

Undocumented

  • The content key is persistable.

    Declaration

    Swift

    case persistable
  • The content key is not persistable.

    Declaration

    Swift

    case nonpersistable
  • Declaration

    Swift

    public var description: String { get }