Package 

Class DeeplinkDataStorageImpl

    • Method Summary

      Modifier and Type Method Description
      Map<String, Object> getCollectedData() Retrieves the collected deeplink data from the appsflyerPreferences.
      Unit clear() Clears the deeplink data from appsflyerPreferences.
      Unit save(Map<String, Object> data) Saves the provided deeplink data to appsflyerPreferences.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getCollectedData

         Map<String, Object> getCollectedData()

        Retrieves the collected deeplink data from the appsflyerPreferences. The data is assumed to be saved as a JSON string associated with a specific key.

      • clear

         Unit clear()

        Clears the deeplink data from appsflyerPreferences.

      • save

         Unit save(Map<String, Object> data)

        Saves the provided deeplink data to appsflyerPreferences. The data is stored as a JSON string.