SpaceType

public enum SpaceType : String, Codable

The enumeration of the types of a space.

  • 1-to-1 space between two people

    Declaration

    Swift

    case direct
  • Group space among multiple people

    Declaration

    Swift

    case group