-
- All Implemented Interfaces:
public interface FeaturePublic API for feature.
Obtain instances from the corresponding service factory after SDK initialization. Threading, lifecycle, and error handling are described on individual methods.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetEnabled()Enable rendering of the feature abstract UnitsetDisabled()Disable rendering of the feature -
-
Method Detail
-
setEnabled
abstract Unit setEnabled()
Enable rendering of the feature
-
setDisabled
abstract Unit setDisabled()
Disable rendering of the feature
-
-
-
-