Conference.ConnectionTime Property

Definition

Retrieves the connection start time of the Conference, if specified. -or- Sets the connection start time of the Conference.

public long ConnectionTime { [Android.Runtime.Register("getConnectionTime", "()J", "", ApiSince=23)] get; [Android.Runtime.Register("setConnectionTime", "(J)V", "", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getConnectionTime", "()J", "", ApiSince=23)>]
[<set: Android.Runtime.Register("setConnectionTime", "(J)V", "", ApiSince=23)>]
member this.ConnectionTime : int64 with get, set

Property Value

Int64

The time at which the Conference was connected.

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.telecom.Conference.setConnectionTime(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