ServiceState.Roaming Property

Definition

Get current roaming indicator of phone (note: not just decoding from TS 27.

public virtual bool Roaming { [Android.Runtime.Register("getRoaming", "()Z", "GetGetRoamingHandler")] get; [Android.Runtime.Register("setRoaming", "(Z)V", "GetSetRoaming_ZHandler")] set; }
[<get: Android.Runtime.Register("getRoaming", "()Z", "GetGetRoamingHandler")>]
[<set: Android.Runtime.Register("setRoaming", "(Z)V", "GetSetRoaming_ZHandler")>]
member this.Roaming : bool with get, set

Property Value

Boolean

true if TS 27.007 7.2 roaming is true and ONS is different from SPN

Attributes

Remarks

Java documentation for android.telephony.ServiceState.getRoaming().

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