ActivityStatus

public enum ActivityStatus : String, Codable

The set of available activity status types.

case online
case seenRecently
case offline

Cases

Properties

  • The string value of an activity status type.

    Declaration

    Swift

    public var stringValue: String { get }
  • The symbol value of an activity status type.

    Declaration

    Swift

    public var symbolValue: String { get }
  • The color value of an activity status type.

    Declaration

    Swift

    public var colorValue: UIColor { get }