UserInfoType
public enum UserInfoType: String
The tpye of the user. The StackExchange API returns different types of users depending on the use-case.
-
This user-type can contain all available properties
Declaration
Swift
case full = "full_user"
-
Undocumented
Declaration
Swift
public enum UserInfoType: String
-
Undocumented
Declaration
Swift
public enum UserInfoType: String
-
This user-type could contain anything, but most likely, it is not initialized correctly.
Declaration
Swift
case undefined = "undefined"
-
Initializes the enum with
.undefined
as default value.Declaration
Swift
public init()