Language

SubscriptionPlan.PlanTypeTethering Field

Definition

Caution

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

The plan provides a data allowance specifically for tethering or mobile hotspot usage.

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

Field Value

Value = 10

Implements

Attributes

Remarks

The plan provides a data allowance specifically for tethering or mobile hotspot usage.

This type is used for plans or add-ons that allocate a specific amount of data for use when the device is acting as a mobile hotspot. Many carriers offer a separate, often smaller, data cap for tethering, which is distinct from the on-device data limit. This allows the system and data management applications to track usage against this specific allowance and inform the user of their remaining hotspot data.

Android reference for android.telephony.SubscriptionPlan.PLAN_TYPE_TETHERING.

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