CookieType

public enum CookieType : String, Codable

cookie type to allow

  • essential cookie type

    Declaration

    Swift

    case essential = "C0001"
  • analytics cookie type

    Declaration

    Swift

    case analytics = "C0002"
  • marketing cookie type

    Declaration

    Swift

    case marketing = "C0004"