TelephonyManager.IsModemEnabledForSlot(Int32) Method

Definition

It indicates whether modem is enabled or not per slot.

[Android.Runtime.Register("isModemEnabledForSlot", "(I)Z", "GetIsModemEnabledForSlot_IHandler", ApiSince=30)]
[Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")]
public virtual bool IsModemEnabledForSlot (int slotIndex);
[<Android.Runtime.Register("isModemEnabledForSlot", "(I)Z", "GetIsModemEnabledForSlot_IHandler", ApiSince=30)>]
[<Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
abstract member IsModemEnabledForSlot : int -> bool
override this.IsModemEnabledForSlot : int -> bool

Parameters

slotIndex
Int32

which slot it's checking.

Returns

Boolean
Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.isModemEnabledForSlot(int).

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