public class

Config

extends Object
java.lang.Object
   ↳ masonamerica.platform.Config

Summary

Public Constructors
Config()
Public Methods
synchronized static List<String> getAllowedConfigs(Context context)
static boolean hasAllConfigsAllowed(Context context, String... tiles)
static boolean hasAnyConfigAllowed(Context context, String... tiles)
static boolean hasConfigAllowed(Context context, String tile)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Config ()

Public Methods

public static synchronized List<String> getAllowedConfigs (Context context)

Parameters
context Context
Returns
List<String>

public static boolean hasAllConfigsAllowed (Context context, String... tiles)

Parameters
context Context
tiles String
Returns
boolean

public static boolean hasAnyConfigAllowed (Context context, String... tiles)

Parameters
context Context
tiles String
Returns
boolean

public static boolean hasConfigAllowed (Context context, String tile)

Parameters
context Context
tile String
Returns
boolean