Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
CallState |
Call.getCallState()
Gets the current state of a call.
|
static CallState |
CallState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallState[] |
CallState.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.stateChanged(CallState state,
Cause cause)
This method is called whenever the call state is changed.
|