다음을 통해 공유


Call.Details.ConnectTimeMillis Property

Definition

Returns the time the Call connected (i.

public long ConnectTimeMillis { [Android.Runtime.Register("getConnectTimeMillis", "()J", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getConnectTimeMillis", "()J", "", ApiSince=23)>]
member this.ConnectTimeMillis : int64

Property Value

The time the Call connected in milliseconds since the epoch.

Attributes

Remarks

Returns the time the Call connected (i.e. became active). This information is updated periodically, but user interfaces should not rely on this to display the "call time clock". For the time when the call was first added to Telecom, see #getCreationTimeMillis().

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

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