SpaceType

public enum SpaceType : String

The enumeration of the types of a space.

  • 1-to-1 space between two people

    Declaration

    Swift

    case direct = "direct"
  • Group space among multiple people

    Declaration

    Swift

    case group = "group"