Build.VERSION_CODES.Cupcake フィールド

定義

注意事項

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

C.

[Android.Runtime.Register("CUPCAKE")]
[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 Cupcake = 3;
[<Android.Runtime.Register("CUPCAKE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable Cupcake : Android.OS.BuildVersionCodes

フィールド値

Value = 3
属性

注釈

C.

2009 年 4 月に Android 1.5 として公開されました。

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

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

適用対象