Class InvisibilityManager


  • public final class InvisibilityManager
    extends Manager
    • Method Detail

      • becomeInvisible

        public AsyncResult<Void> becomeInvisible()
        Becomes invisible.
        Returns:
        The async result.
      • becomeVisible

        public AsyncResult<Void> becomeVisible()
        Becomes visible.
        Returns:
        The async result.
      • isInvisible

        public boolean isInvisible()
        Indicates, whether the current session is invisible.
        Returns:
        True, of the current session is invisible.
      • isSupported

        public AsyncResult<Boolean> isSupported()
        Checks, whether invisibility is supported by the server.
        Returns:
        The async result with true, if invisibility is supported.