Table of Contents

Class Build

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

Constructors

Build()

public Build()

Build(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 Build(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BOARD

public static String BOARD { get; set; }

Property Value

String

BOOTLOADER

public static String BOOTLOADER { get; set; }

Property Value

String

BRAND

public static String BRAND { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CPU_ABI

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

Property Value

String

CPU_ABI2

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

Property Value

String

DEVICE

public static String DEVICE { get; set; }

Property Value

String

DISPLAY

public static String DISPLAY { get; set; }

Property Value

String

FINGERPRINT

public static String FINGERPRINT { get; set; }

Property Value

String

HARDWARE

public static String HARDWARE { get; set; }

Property Value

String

HOST

public static String HOST { get; set; }

Property Value

String

ID

public static String ID { 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

MANUFACTURER

public static String MANUFACTURER { get; set; }

Property Value

String

MODEL

public static String MODEL { get; set; }

Property Value

String

ODM_SKU

public static String ODM_SKU { get; set; }

Property Value

String

PRODUCT

public static String PRODUCT { get; set; }

Property Value

String

RADIO

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

Property Value

String

SERIAL

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

Property Value

String

SKU

public static String SKU { get; set; }

Property Value

String

SOC_MANUFACTURER

public static String SOC_MANUFACTURER { get; set; }

Property Value

String

SOC_MODEL

public static String SOC_MODEL { get; set; }

Property Value

String

SUPPORTED_32_BIT_ABIS

public static String[] SUPPORTED_32_BIT_ABIS { get; set; }

Property Value

String[]

SUPPORTED_64_BIT_ABIS

public static String[] SUPPORTED_64_BIT_ABIS { get; set; }

Property Value

String[]

SUPPORTED_ABIS

public static String[] SUPPORTED_ABIS { get; set; }

Property Value

String[]

TAGS

public static String TAGS { get; set; }

Property Value

String

TIME

public static long TIME { get; set; }

Property Value

long

TYPE

public static String TYPE { get; set; }

Property Value

String

UNKNOWN

public static String UNKNOWN { get; set; }

Property Value

String

USER

public static String USER { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for Build()

public static Build CreatePoolableInstance()

Returns

Build

GetFingerprintedPartitions()

public static List<Build.Partition> GetFingerprintedPartitions()

Returns

List<Build.Partition>

List

GetMajorSdkVersion(int)

public static int GetMajorSdkVersion(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetMinorSdkVersion(int)

public static int GetMinorSdkVersion(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetRadioVersion()

public static String GetRadioVersion()

Returns

String

String

GetSerial()

public static String GetSerial()

Returns

String

String