TelephonyManager.IsNetworkRoaming Property

Definition

Returns true if the device is considered roaming on the current network, for GSM purposes.

public virtual bool IsNetworkRoaming { [Android.Runtime.Register("isNetworkRoaming", "()Z", "GetIsNetworkRoamingHandler")] get; }
[<get: Android.Runtime.Register("isNetworkRoaming", "()Z", "GetIsNetworkRoamingHandler")>]
member this.IsNetworkRoaming : bool

Property Value

Attributes

Remarks

Returns true if the device is considered roaming on the current network, for GSM purposes.

Availability: Only when user registered to a network.

Java documentation for android.telephony.TelephonyManager.isNetworkRoaming().

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