public static class

MasonFramework.VERSION

extends Object
java.lang.Object
   ↳ masonamerica.platform.MasonFramework.VERSION

Class Overview

Various version strings.

Summary

Fields
public static final int SDK_INT The user-visible SDK version of the framework; its possible values are defined in VERSION_CODES.
Public Constructors
VERSION()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final int SDK_INT

The user-visible SDK version of the framework; its possible values are defined in VERSION_CODES. Will return 0 if the device does not support the Mason Framework.

Public Constructors

public VERSION ()