TelephonyManager.CallStateForSubscription Property

Definition

Retrieve the call state for a specific subscription that was specified when this TelephonyManager instance was created.

public virtual int CallStateForSubscription { [Android.Runtime.Register("getCallStateForSubscription", "()I", "GetGetCallStateForSubscriptionHandler", ApiSince=31)] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getCallStateForSubscription", "()I", "GetGetCallStateForSubscriptionHandler", ApiSince=31)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.CallStateForSubscription : int

Property Value

Int32

The call state of the subscription associated with this TelephonyManager instance.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.getCallStateForSubscription().

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