Telephony.Carriers.CarrierId Field
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 unique carrier id associated with this APN TelephonyManager#getSimCarrierId()
In case of matching carrier information, this should be used by default instead of
those fields of #MCC
, #MNC
, #NUMERIC
, #MVNO_TYPE
,
#MVNO_MATCH_DATA
, etc.
[Android.Runtime.Register("CARRIER_ID", ApiSince=29)]
public const string CarrierId;
[<Android.Runtime.Register("CARRIER_ID", ApiSince=29)>]
val mutable CarrierId : string
Field Value
- Attributes
Remarks
A unique carrier id associated with this APN TelephonyManager#getSimCarrierId()
In case of matching carrier information, this should be used by default instead of those fields of #MCC
, #MNC
, #NUMERIC
, #MVNO_TYPE
, #MVNO_MATCH_DATA
, etc.
Type: STRING
Java documentation for android.provider.Telephony.Carriers.CARRIER_ID
.
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.