STSGetUsersType
enum STSGetUsersType {}
The type of users you want to get.
-
Get the online users from user list. STSGetUsersTypeOnlineUsers will return every online user except those who were blocked.
Declaration
Objective-C
STSGetUsersTypeOnlineUsers -
Get the blocked users from user list no matter the user is online or not.
Declaration
Objective-C
STSGetUsersTypeBlocked -
Get the supervisors user from user list. STSGetUsersTypeModerator will return whose role is Globale manager, localManager, master, or moderator. No matter that user is online or not.
Declaration
Objective-C
STSGetUsersTypeSupervisor
View on GitHub
Install in Dash
STSGetUsersType Enum Reference