SubscriptionManager.UsageSettingUnknown Field

Definition

Caution

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

The usage setting is unknown.

[Android.Runtime.Register("USAGE_SETTING_UNKNOWN", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UsageSetting enum directly instead of this field.", true)]
public const Android.Telephony.UsageSetting UsageSettingUnknown = -1;
[<Android.Runtime.Register("USAGE_SETTING_UNKNOWN", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UsageSetting enum directly instead of this field.", true)>]
val mutable UsageSettingUnknown : Android.Telephony.UsageSetting

Field Value

Value = -1
Attributes

Remarks

The usage setting is unknown.

This will be the usage setting returned on devices that do not support querying the or setting the usage setting.

It may also be provided by a carrier that wishes to provide a value to avoid making any settings changes.

Java documentation for android.telephony.SubscriptionManager.USAGE_SETTING_UNKNOWN.

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