TelephonyManager.DataEnabledReasonUser Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.

To indicate that user enabled or disabled data.

[Android.Runtime.Register("DATA_ENABLED_REASON_USER", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.", true)]
public const Android.Telephony.DataEnabledReason DataEnabledReasonUser = 0;
[<Android.Runtime.Register("DATA_ENABLED_REASON_USER", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.", true)>]
val mutable DataEnabledReasonUser : Android.Telephony.DataEnabledReason

Field Value

Value = 0
Attributes

Remarks

To indicate that user enabled or disabled data.

Java documentation for android.telephony.TelephonyManager.DATA_ENABLED_REASON_USER.

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