Build.VERSION_CODES.Cupcake Field

Definition

Caution

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

Field Value

Value = 3
Attributes

Remarks

C.

Released publicly as Android 1.5 in April 2009.

Java documentation for android.os.Build.VERSION_CODES.CUPCAKE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to