-
public interface DeeplinkDataStorage
-
-
Method Summary
Modifier and Type Method Description abstract Map<String, Object>getCollectedData()Retrieves the collected data from storage in the form of a Map. abstract Unitclear()Clears all previously saved deeplink data from storage. abstract Unitsave(Map<String, Object> data)Saves the deeplink data to storage. -
-
Method Detail
-
getCollectedData
abstract Map<String, Object> getCollectedData()
Retrieves the collected data from storage in the form of a Map.
-
-
-
-