MediaStoreSignature

open class MediaStoreSignature : Key

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.

Constructors

Link copied to clipboard
open fun MediaStoreSignature(    mimeType: String,     dateModified: Long,     orientation: Int)

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun updateDiskCacheKey(messageDigest: MessageDigest)
Adds all uniquely identifying information to the given digest.

Properties

Link copied to clipboard
val CHARSET: Charset
Link copied to clipboard
val STRING_CHARSET_NAME: String