Interface SwitchService
- All Known Implementing Classes:
DefaultSwitchService,PromotionEngineTestSupportSwitchService
public interface SwitchService
Service used for the purpose of providing toggle status related information
-
Method Summary
-
Method Details
-
isEnabled
Identifies whether provided switchable option is enabled- Parameters:
switchOption- one of theSwitchvalues- Returns:
trueif option is enabled,false- otherwise
-