Conference.ConnectTimeNotSpecified Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.