UsersListType
public enum UsersListType : String
The set of available users list types.
followers
: the list is of thefollowers
type.following
: the list is of thefollowing
type.Tag: UsersListType
-
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
-
The string value of a users list.
- Tag: UsersListType-stringValue
Declaration
Swift
public var stringValue: String { get }