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 VERSION#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
int FORKS November 2019: The sixth release of the Mason Framework
int GIG_HARBOR January 2020: The seventh release of the Mason Framework
int ISSAQUAH April 2020: The eighth release of the Mason Framework
int JEFFERSON May 2020: The ninth release of the Mason Framework
int OCEAN_SHORES December 2021: The eleventh release of the Mason Framework (Android 11)
int OLYMPIA December 2021: The tenth release of the Mason Framework (Android 8)
int PUYALLUP Apr 2022: Release of the Mason Framework version 12
int QUILCENE Oct 2022: Release of the Mason Framework version 13
int SAMMAMISH September 2023: Release of the Mason Framework version 14
int SPIRIT April 2024: Release of the Mason Framework version 16
int SPRAGUE January 2024: Release of the Mason Framework version 15
Public Constructors
VERSION_CODES()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ANACORTES

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 static final int FORKS

November 2019: The sixth release of the Mason Framework

Constant Value: 6 (0x00000006)

public static final int GIG_HARBOR

January 2020: The seventh release of the Mason Framework

Constant Value: 7 (0x00000007)

public static final int ISSAQUAH

April 2020: The eighth release of the Mason Framework

Constant Value: 8 (0x00000008)

public static final int JEFFERSON

May 2020: The ninth release of the Mason Framework

Constant Value: 9 (0x00000009)

public static final int OCEAN_SHORES

December 2021: The eleventh release of the Mason Framework (Android 11)

Constant Value: 11 (0x0000000b)

public static final int OLYMPIA

December 2021: The tenth release of the Mason Framework (Android 8)

Constant Value: 10 (0x0000000a)

public static final int PUYALLUP

Apr 2022: Release of the Mason Framework version 12

Constant Value: 12 (0x0000000c)

public static final int QUILCENE

Oct 2022: Release of the Mason Framework version 13

Constant Value: 13 (0x0000000d)

public static final int SAMMAMISH

September 2023: Release of the Mason Framework version 14

Constant Value: 14 (0x0000000e)

public static final int SPIRIT

April 2024: Release of the Mason Framework version 16

Constant Value: 16 (0x00000010)

public static final int SPRAGUE

January 2024: Release of the Mason Framework version 15

Constant Value: 15 (0x0000000f)

Public Constructors

public VERSION_CODES ()