NetworkInfo.IsFailover Property

Definition

Indicates whether the current attempt to connect to the network resulted from the ConnectivityManager trying to fail over to this network following a disconnect from another network.

public virtual bool IsFailover { [Android.Runtime.Register("isFailover", "()Z", "GetIsFailoverHandler")] get; }
[<get: Android.Runtime.Register("isFailover", "()Z", "GetIsFailoverHandler")>]
member this.IsFailover : bool

Property Value

true if this is a failover attempt, false otherwise.

Attributes

Remarks

Indicates whether the current attempt to connect to the network resulted from the ConnectivityManager trying to fail over to this network following a disconnect from another network.

This member is deprecated. This field is not populated in recent Android releases, and does not make a lot of sense in a multi-network world.

Java documentation for android.net.NetworkInfo.isFailover().

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