SubscriptionInfo.DataRoaming 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.
Whether user enables data roaming for this subscription or not.
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
the data roaming state for this subscription, either
SubscriptionManager#DATA_ROAMING_ENABLE
or SubscriptionManager#DATA_ROAMING_DISABLE
.
- Attributes
Remarks
Whether user enables data roaming for this subscription or not. Either SubscriptionManager#DATA_ROAMING_ENABLE
or SubscriptionManager#DATA_ROAMING_DISABLE
.
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.