Class UsersUtil

java.lang.Object
com.smartfoxserver.util.UsersUtil

public class UsersUtil extends Object
  • Constructor Details

    • UsersUtil

      public UsersUtil()
  • Method Details

    • usersSeeEachOthers

      public static boolean usersSeeEachOthers(User sender, User recipient)
      Internal
    • getServerAdmin

      public static User getServerAdmin()
      Provides a global Server Admin User that can be used with the Server side API when requested
      Returns:
      server admin User
      See Also:
    • getServerModerator

      public static User getServerModerator()
      Provides a global Server Moderator User that can be used with the Server side API when requested
      Returns:
      server mod User
      See Also:
    • isAllowedToPerformNewSearch

      public static boolean isAllowedToPerformNewSearch(User user)
      Internal