-
- All Implemented Interfaces:
-
com.usercentrics.sdk.ui.toggle.PredefinedUIAbstractToggle
public interface PredefinedUIToggleGroup implements PredefinedUIAbstractToggle
-
-
Method Summary
Modifier and Type Method Description abstract Unitbind(PredefinedUIAbstractToggle toggle)abstract Unitunbind(PredefinedUIAbstractToggle toggle)abstract BooleangetCurrentState()abstract UnitsetCurrentState(Boolean currentState)-
-
Method Detail
-
bind
abstract Unit bind(PredefinedUIAbstractToggle toggle)
-
unbind
abstract Unit unbind(PredefinedUIAbstractToggle toggle)
-
getCurrentState
abstract Boolean getCurrentState()
-
setCurrentState
abstract Unit setCurrentState(Boolean currentState)
-
-
-
-