TelephonyManager.TypeAllocationCode プロパティ

定義

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

public virtual string? TypeAllocationCode { [Android.Runtime.Register("getTypeAllocationCode", "()Ljava/lang/String;", "GetGetTypeAllocationCodeHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getTypeAllocationCode", "()Ljava/lang/String;", "GetGetTypeAllocationCodeHandler", ApiSince=29)>]
member this.TypeAllocationCode : string

プロパティ値

属性

注釈

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

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

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

適用対象