-
public final class TagsA map of custom objects. These are used to attach custom data to an ImageRequest.
Unlike Parameters, Tags do not affect the memory cache key for a request. Tags are also attached to any OkHttp Requests executed as part of an image request whereas parameters are not.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTags.Companion
-
Method Summary
Modifier and Type Method Description final <T extends Any> Ttag()Return the tag associated with T. final <T extends Any> Ttag(Class<out T> type)Return the tag associated with type. final Map<Class<?>, Object>asMap()Get the underlying immutable map used by this instance. Booleanequals(Object other)IntegerhashCode()StringtoString()
-