UsersListType

public enum UsersListType : String

The set of available users list types.

  • followers: the list is of the followers type.
  • following: the list is of the following type.

  • Tag: UsersListType

Cases

  • Indicates the list is of the followers type.

    • Tag: UsersListType-followers

    Declaration

    Swift

    case followers
  • Indicates the list is of the following type.

    • Tag: UsersListType-following

    Declaration

    Swift

    case following

Properties

  • The string value of a users list.

    • Tag: UsersListType-stringValue

    Declaration

    Swift

    public var stringValue: String { get }