Language

SubscriptionPlan.PlanTypeSatellite 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 satellite-based service.

[Android.Runtime.Register("PLAN_TYPE_SATELLITE", 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 PlanTypeSatellite = 2;
[<Android.Runtime.Register("PLAN_TYPE_SATELLITE", 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 PlanTypeSatellite : Android.Telephony.SubscriptionPlanType

Field Value

Value = 2

Implements

Attributes

Remarks

The plan provides satellite-based service.

This is used for plans that deliver connectivity via satellite.

Android reference for android.telephony.SubscriptionPlan.PLAN_TYPE_SATELLITE.

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