MediaRouter.RouteInfo.IsConnecting Property

Definition

Returns true if the route is in the process of connecting and is not yet ready for use.

public virtual bool IsConnecting { [Android.Runtime.Register("isConnecting", "()Z", "GetIsConnectingHandler")] get; }
[<get: Android.Runtime.Register("isConnecting", "()Z", "GetIsConnectingHandler")>]
member this.IsConnecting : bool

Property Value

True if this route is in the process of connecting.

Attributes

Remarks

Returns true if the route is in the process of connecting and is not yet ready for use.

Java documentation for android.media.MediaRouter.RouteInfo.isConnecting().

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