| java.lang.Object | |
| ↳ | android.telecom.RemoteConference.Callback |
Callback base class for RemoteConference.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invoked when the set of
RemoteConnections which can be added to this conference
call have changed.
| |||||||||||
Invoked when a
RemoteConnection is added to the conference call.
| |||||||||||
Indicates that the call capabilities of this
RemoteConference have changed.
| |||||||||||
Invoked when a
RemoteConnection is removed from the conference call.
| |||||||||||
Indicates that this
RemoteConference has been destroyed.
| |||||||||||
Invoked when this
RemoteConference is disconnected.
| |||||||||||
Handles changes to the
RemoteConference extras.
| |||||||||||
Invoked when the state of this
RemoteConferece has changed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Invoked when the set of RemoteConnections which can be added to this conference
call have changed.
| conference | The RemoteConference invoking this method. |
|---|---|
| conferenceableConnections | The list of conferenceable RemoteConnections.
|
Invoked when a RemoteConnection is added to the conference call.
| conference | The RemoteConference invoking this method. |
|---|---|
| connection | The RemoteConnection being added.
|
Indicates that the call capabilities of this RemoteConference have changed.
See getConnectionCapabilities().
| conference | The RemoteConference invoking this method. |
|---|---|
| connectionCapabilities | The new capabilities of the RemoteConference.
|
Invoked when a RemoteConnection is removed from the conference call.
| conference | The RemoteConference invoking this method. |
|---|---|
| connection | The RemoteConnection being removed.
|
Indicates that this RemoteConference has been destroyed. No further requests
should be made to the RemoteConference, and references to it should be cleared.
| conference | The RemoteConference invoking this method.
|
|---|
Invoked when this RemoteConference is disconnected.
| conference | The RemoteConference invoking this method. |
|---|---|
| disconnectCause | The () associated with this failed conference. |
Handles changes to the RemoteConference extras.
| conference | The RemoteConference invoking this method. |
|---|---|
| extras | The extras containing other information associated with the conference. |
Invoked when the state of this RemoteConferece has changed. See
getState().
| conference | The RemoteConference invoking this method. |
|---|---|
| oldState | The previous state of the RemoteConference. |
| newState | The new state of the RemoteConference.
|