TelephonyManager.DeviceSoftwareVersion プロパティ

定義

デバイスのソフトウェア バージョン番号 (GSM 電話の IMEI/SV など) を返します。

public virtual string? DeviceSoftwareVersion { [Android.Runtime.Register("getDeviceSoftwareVersion", "()Ljava/lang/String;", "GetGetDeviceSoftwareVersionHandler")] get; }
[<get: Android.Runtime.Register("getDeviceSoftwareVersion", "()Ljava/lang/String;", "GetGetDeviceSoftwareVersionHandler")>]
member this.DeviceSoftwareVersion : string

プロパティ値

属性

注釈

デバイスのソフトウェア バージョン番号 (GSM 電話の IMEI/SV など) を返します。 ソフトウェア バージョンが使用できない場合は null を返します。

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

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

適用対象