Język

CallEndpointType Enum

Definition

public enum CallEndpointType
type CallEndpointType = 
Inheritance
CallEndpointType

Fields

Name Value Description
Unknown -1

Indicates that the type of endpoint through which call media flows is unknown type.

Android reference for android.telecom.CallEndpoint.TYPE_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Earpiece 1

Indicates that the type of endpoint through which call media flows is an earpiece.

Android reference for android.telecom.CallEndpoint.TYPE_EARPIECE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Bluetooth 2

Indicates that the type of endpoint through which call media flows is a Bluetooth.

Android reference for android.telecom.CallEndpoint.TYPE_BLUETOOTH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

WiredHeadset 3

Indicates that the type of endpoint through which call media flows is a wired headset.

Android reference for android.telecom.CallEndpoint.TYPE_WIRED_HEADSET.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Speaker 4

Indicates that the type of endpoint through which call media flows is a speakerphone.

Android reference for android.telecom.CallEndpoint.TYPE_SPEAKER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Streaming 5

Indicates that the type of endpoint through which call media flows is an external.

Android reference for android.telecom.CallEndpoint.TYPE_STREAMING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to