TelephonyManager.SetOpportunisticSubInactiveSubscription Field

Definition

The subscription is not valid.

[Android.Runtime.Register("SET_OPPORTUNISTIC_SUB_INACTIVE_SUBSCRIPTION", ApiSince=29)]
public const int SetOpportunisticSubInactiveSubscription = 2;
[<Android.Runtime.Register("SET_OPPORTUNISTIC_SUB_INACTIVE_SUBSCRIPTION", ApiSince=29)>]
val mutable SetOpportunisticSubInactiveSubscription : int

Field Value

Value = 2
Attributes

Remarks

The subscription is not valid. It must be an active opportunistic subscription.

Java documentation for android.telephony.TelephonyManager.SET_OPPORTUNISTIC_SUB_INACTIVE_SUBSCRIPTION.

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