public static class

MasonHardwareFramework.VERSION_CODES

extends Object
java.lang.Object
   ↳ mason.hardware.platform.MasonHardwareFramework.VERSION_CODES

Class Overview

Enumeration of the currently known SDK version codes. These are the values that can be found in SDK_INT.

Summary

Constants
int ACACIA Beta release
Public Constructors
MasonHardwareFramework.VERSION_CODES()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ACACIA

Beta release

Constant Value: 1 (0x00000001)

Public Constructors

public MasonHardwareFramework.VERSION_CODES ()