Build.VERSION_CODES.Eclair01 フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.

E 増分更新。

[Android.Runtime.Register("ECLAIR_0_1")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)]
public const Android.OS.BuildVersionCodes Eclair01 = 6;
[<Android.Runtime.Register("ECLAIR_0_1")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable Eclair01 : Android.OS.BuildVersionCodes

フィールド値

Value = 6
属性

注釈

E 増分更新。

2009 年 12 月に Android 2.0.1 として公開されました。

android.os.Build.VERSION_CODES.ECLAIR_0_1Java ドキュメント。

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

適用対象