Build.VERSION_CODES.Cupcake Campo

Definición

Precaución

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

Valor de campo

Value = 3
Atributos

Comentarios

C.

Publicado públicamente como Android 1.5 en abril de 2009.

Java documentación para android.os.Build.VERSION_CODES.CUPCAKE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a