| Package | Description |
|---|---|
| com.messagebird.objects |
| Modifier and Type | Method and Description |
|---|---|
static IfMachineType |
IfMachineType.forValue(String value) |
IfMachineType |
VoiceMessage.getIfMachine()
What to do when a machine picks up the phone? Possible values are:
- continue do not check, just play the message
- delay if a machine answers, wait until the machine stops talking
- hangup hangup when a machine answers
|
IfMachineType |
VoiceMessageResponse.getIfMachine()
What to do when a machine picks up the phone? Possible values are:
- continue do not check, just play the message
- delay if a machine answers, wait until the machine stops talking
- hangup hangup when a machine answers
|
static IfMachineType |
IfMachineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfMachineType[] |
IfMachineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VoiceMessage.setIfMachine(IfMachineType ifMachine)
What to do when a machine picks up the phone? Possible values are:
- continue do not check, just play the message
- delay if a machine answers, wait until the machine stops talking
- hangup hangup when a machine answers
Default: continue (set by messagebird server if not send)
|
Copyright © 2024. All rights reserved.