TelephonyManager.SimSpecificCarrierIdNameFormatted プロパティ

定義

と同様に #getSimCarrierIdName()、 によって #getSimSpecificCarrierId()返される特定のキャリア ID のユーザー向け名が返されます。

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

プロパティ値

サブスクリプション固有の通信事業者 ID のユーザー向け名前。サブスクリプションが利用できない場合、または通信事業者を識別できない場合は、 を返 null します。

属性

注釈

と同様に #getSimCarrierIdName()、 によって #getSimSpecificCarrierId()返される特定のキャリア ID のユーザー向け名が返されます。

特定の通信事業者 ID は構成目的で使用されますが、通信事業者自体について知りたいアプリでは、 によって #getSimCarrierIdName()返される通常の通信事業者 ID を使用する必要があります。

返された名前は未割り当てです。

android.telephony.TelephonyManager.getSimSpecificCarrierIdName()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象