Package 

Class Parameters

  • All Implemented Interfaces:
    kotlin.collections.Iterable

    
    public final class Parameters
     implements Iterable<Pair<String, Parameters.Entry>>
                        

    A map of generic values that can be used to pass custom data to Fetchers and Decoders.

    Parameters are different from Tags as parameters are used to add extensions to ImageRequest whereas Tags are used for custom user metadata. Parameters also are not attached to any OkHttp Requests and also modify the request's memory cache key by default.