public interface FlavorProvider extends MapComponentProvider
Modifier and Type | Method and Description |
---|---|
void |
deployDocumentation()
Called when the app in first run or upgraded or when the flavor has changed.
|
void |
deployWMSPointers()
Deploy WMS Pointers specific to the flavor.
|
java.io.InputStream |
getAssetInputStream(java.lang.String name)
Allows for an input stream to be constructed from a asset that may or may not be provided
by the flavor.
|
MapComponent[] |
getFlavorMapComponents()
Deprecated.
see MapComponentProvider::getMapComponents
|
boolean |
hasMilCapabilities()
Returns true if the flavor Supplies Military Capabilities
|
void |
installCustomSplashScreen(android.view.View splashView,
int orientation)
Modifies the splash screen based on information directly from the flavor.
|
void |
rolloutActionBars()
Unroll out additional action bars.
|
getMapComponents
void installCustomSplashScreen(android.view.View splashView, int orientation)
splashView
- the view to modifyorientation
- the orientation of the viewboolean hasMilCapabilities()
java.io.InputStream getAssetInputStream(java.lang.String name)
name
- The location of the file and the name in the asset directory.void rolloutActionBars()
void deployDocumentation()
void deployWMSPointers()
@Deprecated MapComponent[] getFlavorMapComponents()