Connection.CreateCanceledConnection 메서드

정의

Connection 취소된 연결 시도를 나타내는 반환입니다.

[Android.Runtime.Register("createCanceledConnection", "()Landroid/telecom/Connection;", "", ApiSince=23)]
public static Android.Telecom.Connection? CreateCanceledConnection();
[<Android.Runtime.Register("createCanceledConnection", "()Landroid/telecom/Connection;", "", ApiSince=23)>]
static member CreateCanceledConnection : unit -> Android.Telecom.Connection

반품

기본 연결을 취소해야 했음을 나타내는 A Connection 입니다.

특성

설명

Connection 취소된 연결 시도를 나타내는 반환입니다. 반환 Connection 된 상태는 해당 상태에서 #STATE_DISCONNECTED이동할 수 없습니다. 이 연결은 어떤 용도로도 사용해서는 안 되며 다른 Connection연결은 시도해서는 안 됩니다.

따라서 이 메서드의 사용자는 반환 값에 대한 참조를 유지하여 삭제할 필요가 없습니다.

에 대한 android.telecom.Connection.createCanceledConnection()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상