Show / Hide Table of Contents

Class AN_Build.AN_BuildVersion

Various version strings.

Inheritance
System.Object
AN_Build.AN_BuildVersion
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.OS
Assembly: cs.temp.dll.dll
Syntax
public class AN_BuildVersion

Fields

BASE_OS

The base OS build the product is based on

Declaration
public string BASE_OS
Field Value
Type Description
System.String

CODENAME

The current development codename, or the string "REL" if this is a release build.

Declaration
public string CODENAME
Field Value
Type Description
System.String

INCREMENTAL

The internal value used by the underlying source control to represent this build.

Declaration
public string INCREMENTAL
Field Value
Type Description
System.String

PREVIEW_SDK_INT

The developer preview revision of a prerelease SDK.

Declaration
public int PREVIEW_SDK_INT
Field Value
Type Description
System.Int32

RELEASE

The user-visible version string.

Declaration
public string RELEASE
Field Value
Type Description
System.String

SDK_INT

The SDK version of the software currently running on this hardware device.

Declaration
public int SDK_INT
Field Value
Type Description
System.Int32

SECURITY_PATCH

The user-visible security patch level.

Declaration
public string SECURITY_PATCH
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX