public final class InvisibilityManager extends Manager
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<Void> |
becomeInvisible()
Becomes invisible.
|
AsyncResult<Void> |
becomeVisible()
Becomes visible.
|
boolean |
isInvisible()
Indicates, whether the current session is invisible.
|
AsyncResult<Boolean> |
isSupported()
Checks, whether invisibility is supported by the server.
|
isEnabled, setEnabledpublic AsyncResult<Void> becomeInvisible()
public AsyncResult<Void> becomeVisible()
public boolean isInvisible()
public AsyncResult<Boolean> isSupported()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.