-
- All Implemented Interfaces:
-
com.appsflyer.deeplink.DeeplinkDataStorage
public final class DeeplinkDataStorageImpl implements DeeplinkDataStorage
Implementation of DeeplinkDataStorage, handling the saving and retrieval of deeplink data using a AppsFlyerPreferences instance.
-
-
Constructor Summary
Constructors Constructor Description DeeplinkDataStorageImpl(AppsFlyerPreferences appsflyerPreferences)
-
Method Summary
Modifier and Type Method Description Map<String, Object>getCollectedData()Retrieves the collected deeplink data from the appsflyerPreferences. Unitclear()Clears the deeplink data from appsflyerPreferences. Unitsave(Map<String, Object> data)Saves the provided deeplink data to appsflyerPreferences. -
-
Constructor Detail
-
DeeplinkDataStorageImpl
DeeplinkDataStorageImpl(AppsFlyerPreferences appsflyerPreferences)
-
-
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.
-
-
-
-