Android.OS.Build.VERSION_CODES.CurDevelopment Field
Magic version number for a current development build, which has not yet turned into an official release.

Value: 10000

Syntax

[Android.Runtime.Register("CUR_DEVELOPMENT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.")]
public const BuildVersionCodes CurDevelopment

Remarks

Magic version number for a current development build, which has not yet turned into an official release.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4