SubscriptionInfo.DataRoaming Property

Definition

public virtual Android.Telephony.DataRoamingMode DataRoaming { [Android.Runtime.Register("getDataRoaming", "()I", "GetGetDataRoamingHandler", ApiSince=22)] get; }
[<get: Android.Runtime.Register("getDataRoaming", "()I", "GetGetDataRoamingHandler", ApiSince=22)>]
member this.DataRoaming : Android.Telephony.DataRoamingMode

Property Value

DataRoamingMode

the data roaming state for this subscription, either SubscriptionManager#DATA_ROAMING_ENABLE or SubscriptionManager#DATA_ROAMING_DISABLE.

Attributes

Remarks

Java documentation for android.telephony.SubscriptionInfo.getDataRoaming().

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