Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
static Cause |
Cause.create(oracle.wsc.android.data.Frame frame)
Create an instance from a frame.
|
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.
|
abstract void |
Call.Observer.stateChanged(CallState state,
Cause cause)
This method is called whenever the call state is changed.
|