StreamViewType

public enum StreamViewType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case newImage = "NEW_IMAGE"
  • Undocumented

    Declaration

    Swift

    case oldImage = "OLD_IMAGE"
  • Undocumented

    Declaration

    Swift

    case newAndOldImages = "NEW_AND_OLD_IMAGES"
  • Undocumented

    Declaration

    Swift

    case keysOnly = "KEYS_ONLY"
  • Declaration

    Swift

    public var description: String { get }