CarrierIdentifier.SpecificCarrierId 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.
A specific carrier ID returns the fine-grained carrier ID of the current subscription.
public virtual int SpecificCarrierId { [Android.Runtime.Register("getSpecificCarrierId", "()I", "GetGetSpecificCarrierIdHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getSpecificCarrierId", "()I", "GetGetSpecificCarrierIdHandler", ApiSince=29)>]
member this.SpecificCarrierId : int
Property Value
- Attributes
Remarks
A specific carrier ID returns the fine-grained carrier ID of the current subscription. It can represent the fact that a carrier may be in effect an aggregation of other carriers (ie in an MVNO type scenario) where each of these specific carriers which are used to make up the actual carrier service may have different carrier configurations. A specific carrier ID could also be used, for example, in a scenario where a carrier requires different carrier configuration for different service offering such as a prepaid plan.
Java documentation for android.service.carrier.CarrierIdentifier.getSpecificCarrierId()
.
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.