Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
static CallUpdateEvent |
CallUpdateEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallUpdateEvent[] |
CallUpdateEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Call.Observer.callUpdated(CallUpdateEvent state,
CallConfig callConfig,
Cause cause)
This method is called when receiving an update event for an established call.
|