Java android.telecom Connection fields, constructors, methods, implement or subclass

Example usage for Java android.telecom Connection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.telecom Connection.

The text is from its open source code.

Method

ConnectioncreateFailedConnection(DisconnectCause disconnectCause)
Return a Connection which represents a failed connection attempt.
VideoProvidergetVideoProvider()
voidsetAddress(Uri address, int presentation)
Sets the value of the #getAddress() property.
voidsetCallerDisplayName(String callerDisplayName, int presentation)
Sets the caller display name (CNAP).
voidsetConferenceableConnections(List conferenceableConnections)
Sets the connections with which this connection can be conferenced.
voidsetOnHold()
Sets state to be on hold.