VcnManager.ConfiguredSubscriptionGroups 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.
Retrieves the list of Subscription Groups for which a VCN Configuration has been set.
public virtual System.Collections.Generic.IList<Android.OS.ParcelUuid> ConfiguredSubscriptionGroups { [Android.Runtime.Register("getConfiguredSubscriptionGroups", "()Ljava/util/List;", "GetGetConfiguredSubscriptionGroupsHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getConfiguredSubscriptionGroups", "()Ljava/util/List;", "GetGetConfiguredSubscriptionGroupsHandler", ApiSince=31)>]
member this.ConfiguredSubscriptionGroups : System.Collections.Generic.IList<Android.OS.ParcelUuid>
Property Value
- Attributes
Remarks
Retrieves the list of Subscription Groups for which a VCN Configuration has been set.
The returned list will include only subscription groups for which an associated VcnConfig
exists, and the app is either:
<ul> <li>Carrier privileged for that subscription group, or <li>Is the provisioning package of the config </ul>
Java documentation for android.net.vcn.VcnManager.getConfiguredSubscriptionGroups()
.
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.