-
public class DeeplinkDataCollector.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DeeplinkDataCollector.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DeeplinkDataCollectorcollectToStorage(DeeplinkDataStorage storage)Collects the deeplink data and stores it in the provided storage. final DeeplinkDataCollectorcollectToMap(Map<String, Object> map)Collects the deeplink data into provided map. -
-
Method Detail
-
collectToStorage
final DeeplinkDataCollector collectToStorage(DeeplinkDataStorage storage)
Collects the deeplink data and stores it in the provided storage.
- Parameters:
storage- TheDeeplinkDataStorageobject to store the deeplink data in.
-
collectToMap
final DeeplinkDataCollector collectToMap(Map<String, Object> map)
Collects the deeplink data into provided map. Does not store collected data into any storage.
-
-
-
-