SubscriptionManager.ActiveSubscriptionInfoCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the active subscription count.
public virtual int ActiveSubscriptionInfoCount { [Android.Runtime.Register("getActiveSubscriptionInfoCount", "()I", "GetGetActiveSubscriptionInfoCountHandler", ApiSince=22)] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getActiveSubscriptionInfoCount", "()I", "GetGetActiveSubscriptionInfoCountHandler", ApiSince=22)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.ActiveSubscriptionInfoCount : int
Property Value
The current number of active subscriptions.
- Attributes
Remarks
Get the active subscription count.
Java documentation for android.telephony.SubscriptionManager.getActiveSubscriptionInfoCount()
.
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.