다음을 통해 공유


Call.Details.CallDirection Property

Definition

Indicates whether the call is an incoming or outgoing call.

public virtual Android.Telecom.CallDirection CallDirection { [Android.Runtime.Register("getCallDirection", "()I", "GetGetCallDirectionHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getCallDirection", "()I", "GetGetCallDirectionHandler", ApiSince=29)>]
member this.CallDirection : Android.Telecom.CallDirection

Property Value

The call's direction.

Attributes

Remarks

Indicates whether the call is an incoming or outgoing call.

Java documentation for android.telecom.Call.Details.getCallDirection().

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