Share via


Conference.ConnectTimeNotSpecified Field

Definition

Used to indicate that the conference connection time is not specified.

[Android.Runtime.Register("CONNECT_TIME_NOT_SPECIFIED", ApiSince=23)]
public const long ConnectTimeNotSpecified = 0;
[<Android.Runtime.Register("CONNECT_TIME_NOT_SPECIFIED", ApiSince=23)>]
val mutable ConnectTimeNotSpecified : int64

Field Value

Value = 0
Attributes

Remarks

Used to indicate that the conference connection time is not specified. If not specified, Telecom will set the connect time.

Java documentation for android.telecom.Conference.CONNECT_TIME_NOT_SPECIFIED.

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