public static class

MasonFramework.VERSION_CODES

extends Object
java.lang.Object
   ↳ masonamerica.platform.MasonFramework.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 ANACORTES October 2016: The first release of the Mason Framework
int BAINBRIDGE March 2017: The second release of the Mason Framework
int COUPEVILLE May 2017: The third release of the Mason Framework
int DARRINGTON October 2018: The fourth release of the Mason Framework
int EVERETT February 2019: The fifth release of the Mason Framework
Public Constructors
MasonFramework.VERSION_CODES()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ANACORTES

Added in API level 1

October 2016: The first release of the Mason Framework

Constant Value: 1 (0x00000001)

public static final int BAINBRIDGE

March 2017: The second release of the Mason Framework

Constant Value: 2 (0x00000002)

public static final int COUPEVILLE

May 2017: The third release of the Mason Framework

Constant Value: 3 (0x00000003)

public static final int DARRINGTON

October 2018: The fourth release of the Mason Framework

Constant Value: 4 (0x00000004)

public static final int EVERETT

February 2019: The fifth release of the Mason Framework

Constant Value: 5 (0x00000005)

Public Constructors

public MasonFramework.VERSION_CODES ()

Added in API level 1