Package 

Object GcdResponseConverter

  • 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.