| Package | Description |
|---|---|
| com.twilio.twiml.voice |
| Modifier and Type | Method and Description |
|---|---|
Dial.RingTone |
Dial.getRingTone()
Ringtone allows you to override the ringback tone that Twilio will play back
to the caller while executing the Dial
|
static Dial.RingTone |
Dial.RingTone.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dial.RingTone[] |
Dial.RingTone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dial.Builder |
Dial.Builder.ringTone(Dial.RingTone ringTone)
Ringtone allows you to override the ringback tone that Twilio will play back
to the caller while executing the Dial
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.