Package com.bumptech.glide.signature
Types
Link copied to clipboard
Includes information about the package as well as whether or not the device is in night mode.
Link copied to clipboard
A utility class for obtaining a com.bumptech.glide.load.Key signature containing the application version name using versionCode.
Link copied to clipboard
An empty key that is always equal to all other empty keys.
Link copied to clipboard
A unique signature based on metadata data from the media store that detects common changes to media store files like edits, rotations, and temporary file replacement.
Link copied to clipboard
Wraps an java.lang.Object, delegating equals and hashCode to the wrapped Object and providing the bytes of the result of the Object's toString method to the java.security.MessageDigest in updateDiskCacheKey.