Table of Contents

Class Build.VERSION

Namespace
Android.Os
Assembly
MASES.Netdroid.dll
public class Build.VERSION : JVMBridgeBase<Build.VERSION>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Build.VERSION
Implements
Extension Methods

Constructors

VERSION()

public VERSION()

VERSION(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public VERSION(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BASE_OS

public static String BASE_OS { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CODENAME

public static String CODENAME { get; set; }

Property Value

String

INCREMENTAL

public static String INCREMENTAL { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MEDIA_PERFORMANCE_CLASS

public static int MEDIA_PERFORMANCE_CLASS { get; set; }

Property Value

int

PREVIEW_SDK_INT

public static int PREVIEW_SDK_INT { get; set; }

Property Value

int

RELEASE

public static String RELEASE { get; set; }

Property Value

String

RELEASE_OR_CODENAME

public static String RELEASE_OR_CODENAME { get; set; }

Property Value

String

RELEASE_OR_PREVIEW_DISPLAY

public static String RELEASE_OR_PREVIEW_DISPLAY { get; set; }

Property Value

String

SDK

[Obsolete("Deprecated in JVM")]
public static String SDK { get; set; }

Property Value

String

SDK_INT

public static int SDK_INT { get; set; }

Property Value

int

SDK_INT_FULL

public static int SDK_INT_FULL { get; set; }

Property Value

int

SECURITY_PATCH

public static String SECURITY_PATCH { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for VERSION()

public static Build.VERSION CreatePoolableInstance()

Returns

Build.VERSION