Package | Description |
---|---|
oracle.wsc.android.call |
Provides a Call handling API.
|
Modifier and Type | Method and Description |
---|---|
DataTransfer |
Call.getDataTransfer(String label)
Gets the DataTransfer object of the current call by label.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Call.Observer.onDataTransfer(DataTransfer dataTransfer)
Called whenever the dataTransfer is created.
|