VcnCellUnderlyingNetworkTemplate.SimSpecificCarrierIds 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.
Retrieve the matching sim specific carrier IDs, or an empty set if any sim specific carrier ID is acceptable.
public System.Collections.Generic.ICollection<Java.Lang.Integer> SimSpecificCarrierIds { [Android.Runtime.Register("getSimSpecificCarrierIds", "()Ljava/util/Set;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getSimSpecificCarrierIds", "()Ljava/util/Set;", "", ApiSince=33)>]
member this.SimSpecificCarrierIds : System.Collections.Generic.ICollection<Java.Lang.Integer>
Property Value
- Attributes
Remarks
Retrieve the matching sim specific carrier IDs, or an empty set if any sim specific carrier ID is acceptable.
Java documentation for android.net.vcn.VcnCellUnderlyingNetworkTemplate.getSimSpecificCarrierIds()
.
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.