ActivityType

public enum ActivityType : Int

Represents the type of activity.

  • Join.

    Declaration

    Swift

    case join = 1
  • Spectate.

    Declaration

    Swift

    case spectate
  • Listen.

    Declaration

    Swift

    case listen
  • Join request.

    Declaration

    Swift

    case joinRequest