Language

SubscriptionPlan.PlanTypeDataOnly Field

Definition

Caution

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

The plan is for data-only service.

[Android.Runtime.Register("PLAN_TYPE_DATA_ONLY", 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 PlanTypeDataOnly = 6;
[<Android.Runtime.Register("PLAN_TYPE_DATA_ONLY", 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 PlanTypeDataOnly : Android.Telephony.SubscriptionPlanType

Field Value

Value = 6

Implements

Attributes

Remarks

The plan is for data-only service.

This type indicates that the plan provides only mobile data connectivity and does not include traditional voice or SMS services. It is commonly used for tablets, mobile hotspots, or as a secondary data line.

Android reference for android.telephony.SubscriptionPlan.PLAN_TYPE_DATA_ONLY.

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