Conference.ConnectionStartElapsedRealtimeMillis Property

Definition

Retrieves the connection start time of the Conference, if specified. -or- Sets the start time of the Conference which is the basis for the determining the duration of the Conference.

public long ConnectionStartElapsedRealtimeMillis { [Android.Runtime.Register("getConnectionStartElapsedRealtimeMillis", "()J", "", ApiSince=30)] get; [Android.Runtime.Register("setConnectionStartElapsedRealtimeMillis", "(J)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getConnectionStartElapsedRealtimeMillis", "()J", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setConnectionStartElapsedRealtimeMillis", "(J)V", "", ApiSince=30)>]
member this.ConnectionStartElapsedRealtimeMillis : int64 with get, set

Property Value

Int64

The elapsed time at which the Conference was connected.

Attributes

Remarks

Property getter documentation:

Java documentation for android.telecom.Conference.getConnectionStartElapsedRealtimeMillis().

Property setter documentation:

Java documentation for android.telecom.Conference.setConnectionStartElapsedRealtimeMillis(long).

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