-
- All Implemented Interfaces:
-
com.appsflyer.internal.components.network.http.ResponseConverter
public class GcdResponseConverter implements ResponseConverter<MutableMap<String, Any>>
Converts a GCD response body into a map, dropping keys that must be ignored.
Stateless, so exposed as a singleton to avoid re-allocating on every conversion.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringRESPONSE_NOT_JSONpublic final static GcdResponseConverterINSTANCE
-