Share via


Build.VERSION_CODES.UpsideDownCake Field

Definition

Caution

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

Upside Down Cake.

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

Field Value

Value = 34
Attributes

Remarks

Upside Down Cake.

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

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