TelephonyManager.SimSpecificCarrierIdNameFormatted 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.
Similar like #getSimCarrierIdName()
, returns user-facing name of the
specific carrier id returned by #getSimSpecificCarrierId()
.
public virtual Java.Lang.ICharSequence? SimSpecificCarrierIdNameFormatted { [Android.Runtime.Register("getSimSpecificCarrierIdName", "()Ljava/lang/CharSequence;", "GetGetSimSpecificCarrierIdNameHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getSimSpecificCarrierIdName", "()Ljava/lang/CharSequence;", "GetGetSimSpecificCarrierIdNameHandler", ApiSince=29)>]
member this.SimSpecificCarrierIdNameFormatted : Java.Lang.ICharSequence
Property Value
user-facing name of the subscription specific carrier id. Return null
if the
subscription is unavailable or the carrier cannot be identified.
- Attributes
Remarks
Similar like #getSimCarrierIdName()
, returns user-facing name of the specific carrier id returned by #getSimSpecificCarrierId()
.
The specific carrier ID would be used for configuration purposes, but apps wishing to know about the carrier itself should use the regular carrier ID returned by #getSimCarrierIdName()
.
The returned name is unlocalized.
Java documentation for android.telephony.TelephonyManager.getSimSpecificCarrierIdName()
.
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.