TelephonyDisplayInfo.IsRoaming Property
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.
Get device is roaming or not.
public bool IsRoaming { [Android.Runtime.Register("isRoaming", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isRoaming", "()Z", "", ApiSince=34)>]
member this.IsRoaming : bool
Property Value
True if the device is registered on roaming network overridden by config.
- Attributes
Remarks
Get device is roaming or not. Note the isRoaming is for market branding or visualization purposes only. It cannot be treated as the actual roaming device is camped on.
Java documentation for android.telephony.TelephonyDisplayInfo.isRoaming()
.
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.