Package io.didomi.sdk.spi.mobile.adapter
Interface SensitivePersonalInfoAdapter.SpiCallback
-
- All Implemented Interfaces:
public interface SensitivePersonalInfoAdapter.SpiCallback
-
-
Method Summary
Modifier and Type Method Description abstract UnithandleItemToggle(PersonalDataDisplay.Type type, String id, DidomiToggle.State state)abstract UnitshowDetails(PersonalDataDisplay.Type type, String id)-
-
Method Detail
-
handleItemToggle
abstract Unit handleItemToggle(PersonalDataDisplay.Type type, String id, DidomiToggle.State state)
-
showDetails
abstract Unit showDetails(PersonalDataDisplay.Type type, String id)
-
-
-
-