public class PresenceEvent
extends java.lang.Object
Constructor and Description |
---|
PresenceEvent(java.lang.String name,
boolean available) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The client name for which the event applies.
|
boolean |
isAvailable()
Whether or not the client specified by name is currently connected to Twilio services for the account.
|
java.lang.String |
toString() |
public java.lang.String getName()
public boolean isAvailable()
true
if the client is online, false
if notpublic java.lang.String toString()
toString
in class java.lang.Object