SubscriptionManager.InvalidSimSlotIndex Field

Definition

Indicates invalid sim slot.

[Android.Runtime.Register("INVALID_SIM_SLOT_INDEX", ApiSince=29)]
public const int InvalidSimSlotIndex = -1;
[<Android.Runtime.Register("INVALID_SIM_SLOT_INDEX", ApiSince=29)>]
val mutable InvalidSimSlotIndex : int

Field Value

Value = -1
Attributes

Remarks

Indicates invalid sim slot. This can be returned by #getSlotIndex(int).

Java documentation for android.telephony.SubscriptionManager.INVALID_SIM_SLOT_INDEX.

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