| Package | Description |
|---|---|
| com.twilio.twiml.voice |
| Modifier and Type | Method and Description |
|---|---|
static Client.Event |
Client.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Client.Event[] |
Client.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Client.Event> |
Client.getStatusCallbackEvents()
Events to trigger status callback
|
| Modifier and Type | Method and Description |
|---|---|
Client.Builder |
Client.Builder.statusCallbackEvents(Client.Event statusCallbackEvent)
Events to trigger status callback
|
| Modifier and Type | Method and Description |
|---|---|
Client.Builder |
Client.Builder.statusCallbackEvents(List<Client.Event> statusCallbackEvent)
Events to trigger status callback
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.