TelephonyManager.GetTypeAllocationCode(Int32) メソッド

定義

IMEI から型割り当てコードを返します。

[Android.Runtime.Register("getTypeAllocationCode", "(I)Ljava/lang/String;", "GetGetTypeAllocationCode_IHandler", ApiSince=29)]
public virtual string? GetTypeAllocationCode (int slotIndex);
[<Android.Runtime.Register("getTypeAllocationCode", "(I)Ljava/lang/String;", "GetGetTypeAllocationCode_IHandler", ApiSince=29)>]
abstract member GetTypeAllocationCode : int -> string
override this.GetTypeAllocationCode : int -> string

パラメーター

slotIndex
Int32

の型割り当てコードが返されます

戻り値

属性

注釈

IMEI から型割り当てコードを返します。 型割り当てコードが使用できない場合は null を返します。

の Java ドキュメント android.telephony.TelephonyManager.getTypeAllocationCode(int)

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

適用対象