Class Build.VERSION_CODES_FULL
public class Build.VERSION_CODES_FULL : JVMBridgeBase<Build.VERSION_CODES_FULL>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Build.VERSION_CODES_FULL
- Implements
- Extension Methods
Constructors
VERSION_CODES_FULL(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_CODES_FULL(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BAKLAVA
public static int BAKLAVA { get; set; }
Property Value
BASE
public static int BASE { get; set; }
Property Value
BASE_1_1
public static int BASE_1_1 { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CUPCAKE
public static int CUPCAKE { get; set; }
Property Value
DONUT
public static int DONUT { get; set; }
Property Value
ECLAIR
public static int ECLAIR { get; set; }
Property Value
ECLAIR_0_1
public static int ECLAIR_0_1 { get; set; }
Property Value
ECLAIR_MR1
public static int ECLAIR_MR1 { get; set; }
Property Value
FROYO
public static int FROYO { get; set; }
Property Value
GINGERBREAD
public static int GINGERBREAD { get; set; }
Property Value
GINGERBREAD_MR1
public static int GINGERBREAD_MR1 { get; set; }
Property Value
HONEYCOMB
public static int HONEYCOMB { get; set; }
Property Value
HONEYCOMB_MR1
public static int HONEYCOMB_MR1 { get; set; }
Property Value
HONEYCOMB_MR2
public static int HONEYCOMB_MR2 { get; set; }
Property Value
ICE_CREAM_SANDWICH
public static int ICE_CREAM_SANDWICH { get; set; }
Property Value
ICE_CREAM_SANDWICH_MR1
public static int ICE_CREAM_SANDWICH_MR1 { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
JELLY_BEAN
public static int JELLY_BEAN { get; set; }
Property Value
JELLY_BEAN_MR1
public static int JELLY_BEAN_MR1 { get; set; }
Property Value
JELLY_BEAN_MR2
public static int JELLY_BEAN_MR2 { get; set; }
Property Value
KITKAT
public static int KITKAT { get; set; }
Property Value
KITKAT_WATCH
public static int KITKAT_WATCH { get; set; }
Property Value
LOLLIPOP
public static int LOLLIPOP { get; set; }
Property Value
LOLLIPOP_MR1
public static int LOLLIPOP_MR1 { get; set; }
Property Value
M
public static int M { get; set; }
Property Value
N
public static int N { get; set; }
Property Value
N_MR1
public static int N_MR1 { get; set; }
Property Value
O
public static int O { get; set; }
Property Value
O_MR1
public static int O_MR1 { get; set; }
Property Value
P
public static int P { get; set; }
Property Value
Q
public static int Q { get; set; }
Property Value
R
public static int R { get; set; }
Property Value
S
public static int S { get; set; }
Property Value
S_V2
public static int S_V2 { get; set; }
Property Value
TIRAMISU
public static int TIRAMISU { get; set; }
Property Value
UPSIDE_DOWN_CAKE
public static int UPSIDE_DOWN_CAKE { get; set; }
Property Value
VANILLA_ICE_CREAM
public static int VANILLA_ICE_CREAM { get; set; }