TelephonyManager.IsDataRoamingEnabled Property

Definition

Returns whether mobile data roaming is enabled on the subscription.

public virtual bool IsDataRoamingEnabled { [Android.Runtime.Register("isDataRoamingEnabled", "()Z", "GetIsDataRoamingEnabledHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isDataRoamingEnabled", "()Z", "GetIsDataRoamingEnabledHandler", ApiSince=29)>]
member this.IsDataRoamingEnabled : bool

Property Value

Boolean

true if the data roaming is enabled on the subscription, otherwise return false.

Attributes

Remarks

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

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