Package 

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 Unit clear() Clears all previously saved deeplink data from storage.
      abstract Unit save(Map<String, Object> data) Saves the deeplink data to storage.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait