Telecom API council changes.
- adding more javadocs. - fixing javadoc on isEnabled - renaming to CONFIGURE_PHONE_ACCOUNT Bug: 21573551 Change-Id: Ice035b8573a08ea18181a73c9e9a462520a934f1
This commit is contained in:
@@ -45,6 +45,9 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
*/
|
||||
public final class RemoteConnection {
|
||||
|
||||
/**
|
||||
* Callback base class for {@link RemoteConnection}.
|
||||
*/
|
||||
public static abstract class Callback {
|
||||
/**
|
||||
* Invoked when the state of this {@code RemoteConnection} has changed. See
|
||||
@@ -200,7 +203,7 @@ public final class RemoteConnection {
|
||||
RemoteConference conference) {}
|
||||
|
||||
/**
|
||||
* Handles changes to the {@code RemoteConference} extras.
|
||||
* Handles changes to the {@code RemoteConnection} extras.
|
||||
*
|
||||
* @param connection The {@code RemoteConnection} invoking this method.
|
||||
* @param extras The extras containing other information associated with the connection.
|
||||
|
||||
Reference in New Issue
Block a user