Class FeaturesHelper
java.lang.Object
com.exxothermic.audioeverywheresdk.helper.logic.FeaturesHelper
Class that will, based on a API version, get if a certain feature is enabled on the box or not.
This class will filter based on the current exxtractor version that is received from the
- Since:
- 11/4/14
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
void
setCurrentVersion
(FeaturesHelper.ExxtractorApiVersion currentVersion)
-
Constructor Details
-
FeaturesHelper
-
-
Method Details
-
setCurrentVersion
-
isLocationEnabled
public boolean isLocationEnabled() -
areFilesEnabled
public boolean areFilesEnabled() -
arePartnerInformationEnabled
public boolean arePartnerInformationEnabled() -
areOffersEnabled
public boolean areOffersEnabled() -
areAllFeaturesEnabled
public boolean areAllFeaturesEnabled()
-